Skip to content

Commit

Permalink
fix(workflow): use pnpm directly instead of JS-DevTools/npm-publish
Browse files Browse the repository at this point in the history
  • Loading branch information
jharlow committed Oct 11, 2024
1 parent 76848c5 commit 00f8ba2
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/main-merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,8 @@ jobs:
with:
node-version: "20"
cache: "pnpm"
- uses: JS-DevTools/npm-publish@v3
with:
token: ${{ secrets.NPM_TOKEN }}
- name: Publish 🚀
shell: bash
run: pnpm publish --access public --no-git-checks
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 comments on commit 00f8ba2

Please sign in to comment.