Snapshot release: prevent setting output
This commit is contained in:
parent
e5e6cf16eb
commit
d51cf5e707
1 changed files with 1 additions and 3 deletions
4
.github/workflows/snapshot-release.yml
vendored
4
.github/workflows/snapshot-release.yml
vendored
|
@ -80,10 +80,8 @@ 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 "Release complete"
|
||||
cat publish.output.txt
|
||||
echo ::set-output name=result::`cat publish.output.txt`
|
||||
env:
|
||||
# Needs access to publish to npm
|
||||
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
|
||||
|
|
Loading…
Reference in a new issue