debuggin
This commit is contained in:
parent
6b10fbce54
commit
b224b31140
1 changed files with 1 additions and 1 deletions
2
.github/workflows/snapshot-release.yml
vendored
2
.github/workflows/snapshot-release.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue