From d51cf5e707c45c2b1aed796b4d68461883991ebe Mon Sep 17 00:00:00 2001 From: Matthew Phillips Date: Fri, 6 Oct 2023 15:50:36 -0400 Subject: [PATCH] Snapshot release: prevent setting output --- .github/workflows/snapshot-release.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/snapshot-release.yml b/.github/workflows/snapshot-release.yml index 3025c60f0..6c69abfdc 100644 --- a/.github/workflows/snapshot-release.yml +++ b/.github/workflows/snapshot-release.yml @@ -80,10 +80,8 @@ jobs: - name: Publish Release id: publish run: | - pnpm run release --tag next--${{ steps.getSnapshotName.outputs.result }} > publish.output.txt 2>&1 + pnpm run release --tag next--${{ steps.getSnapshotName.outputs.result }} echo "Release complete" - cat publish.output.txt - echo ::set-output name=result::`cat publish.output.txt` env: # Needs access to publish to npm NPM_TOKEN: ${{ secrets.NPM_TOKEN }}