Merge branch 'main' into fragments

This commit is contained in:
Matthew Phillips 2023-10-05 13:58:30 -04:00 committed by GitHub
commit 69b6dbed54
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -80,7 +80,8 @@ jobs:
- name: Publish Release
id: publish
run: |
pnpm run release --tag next--${{ steps.getSnapshotName.outputs.result }}
pnpm run release --tag next--${{ steps.getSnapshotName.outputs.result }} > publish.output.txt 2>&1
test $? -eq 0 || cat publish.output.txt
echo ::set-output name=result::`cat publish.output.txt`
env:
# Needs access to publish to npm