Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Aug 30, 2023
1 parent dff508d commit 3ce6f0d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,10 @@ jobs:
- name: publish
env:
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
NPM_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
run: |
echo npmAuthToken: "\${NPM_TOKEN}" >> ./.yarnrc.yml
echo npmAuthToken: "\${NPM_AUTH_TOKEN}" >> ./.yarnrc.yml
yarn publish
- name: cleanup
Expand Down

0 comments on commit 3ce6f0d

Please sign in to comment.