Add debugging information on preview releases

This commit is contained in:
Matthew Phillips 2023-10-05 14:14:05 -04:00
parent 41f93e0ccb
commit e5e6cf16eb

View file

@ -81,7 +81,8 @@ jobs:
id: publish id: publish
run: | run: |
pnpm run release --tag next--${{ steps.getSnapshotName.outputs.result }} > publish.output.txt 2>&1 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` echo ::set-output name=result::`cat publish.output.txt`
env: env:
# Needs access to publish to npm # Needs access to publish to npm