We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5fe90d9 + e5e6cf1 commit 682c740Copy full SHA for 682c740
1 file changed
.github/workflows/snapshot-release.yml
@@ -81,6 +81,8 @@ jobs:
81
id: publish
82
run: |
83
pnpm run release --tag next--${{ steps.getSnapshotName.outputs.result }} > publish.output.txt 2>&1
84
+ echo "Release complete"
85
+ cat publish.output.txt
86
echo ::set-output name=result::`cat publish.output.txt`
87
env:
88
# Needs access to publish to npm
0 commit comments