Skip to content

Commit

Permalink
Fix auth token
Browse files Browse the repository at this point in the history
  • Loading branch information
h3poteto committed Feb 7, 2024
1 parent c727f4d commit 3a811c2
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 @@ -33,7 +33,7 @@ jobs:
run: |
echo npmAuthToken: "$NODE_AUTH_TOKEN" >> ./.yarnrc.yml
env:
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
- name: Publish
run: |
yarn workspace megalodon npm publish
Expand Down

0 comments on commit 3a811c2

Please sign in to comment.