Merge branch 'main' into fragments

This commit is contained in:
Matthew Phillips 2023-10-05 14:47:28 -04:00 committed by GitHub
commit 53cd065c96
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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