From e5e6cf16eb873419585c09597667fce1fad16803 Mon Sep 17 00:00:00 2001 From: Matthew Phillips Date: Thu, 5 Oct 2023 14:14:05 -0400 Subject: [PATCH] Add debugging information on preview releases --- .github/workflows/snapshot-release.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/snapshot-release.yml b/.github/workflows/snapshot-release.yml index 06955fe33..3025c60f0 100644 --- a/.github/workflows/snapshot-release.yml +++ b/.github/workflows/snapshot-release.yml @@ -81,7 +81,8 @@ jobs: id: publish run: | pnpm run release --tag next--${{ steps.getSnapshotName.outputs.result }} > publish.output.txt 2>&1 - test $? -eq 0 || cat publish.output.txt + echo "Release complete" + cat publish.output.txt echo ::set-output name=result::`cat publish.output.txt` env: # Needs access to publish to npm