Skip to content

Commit

Permalink
fix: update secret name to match current setup
Browse files Browse the repository at this point in the history
  • Loading branch information
drochetti committed Nov 21, 2024
1 parent 3d679a1 commit d8aff80
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 @@ -83,4 +83,4 @@ jobs:
cd dist/libs/${{ steps.tag-info.outputs.package }}
npm publish --access public --tag ${{ steps.tag-info.outputs.npm_tag }} ${{ inputs.dry_run && '--dry-run' || '' }}
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
NODE_AUTH_TOKEN: ${{ secrets.NPM_AUTH_TOKEN }}

0 comments on commit d8aff80

Please sign in to comment.