Add debugging information on preview releases
This commit is contained in:
parent
41f93e0ccb
commit
e5e6cf16eb
1 changed files with 2 additions and 1 deletions
3
.github/workflows/snapshot-release.yml
vendored
3
.github/workflows/snapshot-release.yml
vendored
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue