From b224b31140bdbbf6d27fdf5d2a850608c2f7c6d8 Mon Sep 17 00:00:00 2001 From: Matthew Phillips Date: Thu, 5 Oct 2023 13:45:02 -0400 Subject: [PATCH] debuggin --- .github/workflows/snapshot-release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/snapshot-release.yml b/.github/workflows/snapshot-release.yml index 29f8c7f11..c7874f818 100644 --- a/.github/workflows/snapshot-release.yml +++ b/.github/workflows/snapshot-release.yml @@ -80,7 +80,7 @@ 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 ::set-output name=result::`cat publish.output.txt` env: # Needs access to publish to npm