Skip to content

Commit

Permalink
ci: remove publish dry run
Browse files Browse the repository at this point in the history
  • Loading branch information
janvennemann committed Nov 9, 2023
1 parent 2aeb51f commit e7d2e53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,4 @@ jobs:
GH_TOKEN: ${{ github.token }}
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
RELEASE_TAG: ${{ github.event.release.prerelease && 'next' || 'latest' }}
run: npm publish --tag $RELEASE_TAG --dry-run
run: npm publish --tag $RELEASE_TAG

0 comments on commit e7d2e53

Please sign in to comment.