Skip to content

Commit

Permalink
fix: correct publish config
Browse files Browse the repository at this point in the history
  • Loading branch information
anbraten committed Nov 19, 2022
1 parent 038c45c commit 7ea9780
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,9 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
run: pnpm publish --no-git-checks
run: |
pnpm config set //registry.npmjs.org/:_authToken ${NPM_TOKEN}
pnpm publish --no-git-checks
- name: Deploy 🚀
uses: JamesIves/[email protected]
Expand Down

0 comments on commit 7ea9780

Please sign in to comment.