Skip to content

Commit

Permalink
chore: what if NPM_TOKEN
Browse files Browse the repository at this point in the history
  • Loading branch information
kravetsone committed Oct 25, 2024
1 parent 3b0fffc commit bb91d31
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 @@ -62,7 +62,7 @@ jobs:
if: ${{ github.event.inputs.publish_to_npm }}
run: bun publish --access public
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

- name: GitHub Release
uses: ncipollo/release-action@v1
Expand Down

0 comments on commit bb91d31

Please sign in to comment.