Skip to content

Commit

Permalink
minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
iamnapo committed May 26, 2024
1 parent b9a8f10 commit f27b93b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ jobs:
runs-on: ubuntu-latest
permissions:
contents: read
packages: write
id-token: write
steps:
- name: ⬇️ Checkout repo
Expand All @@ -24,7 +25,7 @@ jobs:
run: npm i

- name: 🚀 Release to npm
run: npm publish --provenance
run: npm publish
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

Expand Down

0 comments on commit f27b93b

Please sign in to comment.