This commit is contained in:
Matthew Phillips 2023-10-05 13:45:02 -04:00
parent 6b10fbce54
commit b224b31140

View file

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