Skip to content

Commit

Permalink
chore(github/workflow): publish
Browse files Browse the repository at this point in the history
  • Loading branch information
njfamirm committed Dec 17, 2024
1 parent 5bcc722 commit 4899444
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/publish-npm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ jobs:

permissions:
contents: read
id-token: write

steps:
- name: ⤵️ Checkout repository
Expand Down Expand Up @@ -57,6 +56,6 @@ jobs:
NODE_ENV: production

- name: 🚀 Publish
run: npm publish --provenance --access public
run: yarn run publish --yes
env:
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}

0 comments on commit 4899444

Please sign in to comment.