Skip to content

Commit

Permalink
Snapshot release: prevent setting output
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewp committed Oct 6, 2023
1 parent e5e6cf1 commit d51cf5e
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/snapshot-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit d51cf5e

Please sign in to comment.