Skip to content

Commit

Permalink
Publishing for real
Browse files Browse the repository at this point in the history
  • Loading branch information
chgeo committed Dec 6, 2023
1 parent c554a15 commit 45ce4db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,6 @@ jobs:
with:
tag: 'v${{ steps.package-version.outputs.current-version }}'
body: '${{ steps.parse-changelog.outputs.body }}'
- run: npm publish --access public --dry
- run: npm publish --access public
env:
NODE_AUTH_TOKEN: ${{secrets.npm_token}}

0 comments on commit 45ce4db

Please sign in to comment.