Skip to content

Commit

Permalink
feat: Update github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
nuintun committed Dec 20, 2024
1 parent 5240cc6 commit 84c1380
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,10 @@ jobs:
- name: Install dependencies 📦️
run: pnpm install --frozen-lockfile

- name: Change directory 📂
run: cd packages/core

- name: Publish package 🚀
run: pnpm -r publish --provenance --access public
run: npm publish --provenance --access public
env:
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}

0 comments on commit 84c1380

Please sign in to comment.