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 71e740b commit f0d2929
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,8 @@ jobs:
- name: Install dependencies 📦️
run: pnpm install --frozen-lockfile

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

- name: Publish package 🚀
working-directory: ./packages/core
run: npm publish --provenance --access public
env:
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}

0 comments on commit f0d2929

Please sign in to comment.