Merge branch 'main' into fragments
This commit is contained in:
commit
53cd065c96
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
|
||||
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
|
||||
|
|
Loading…
Reference in a new issue