Skip to content

Commit

Permalink
Fix publish
Browse files Browse the repository at this point in the history
  • Loading branch information
sgohlke committed Jun 11, 2024
1 parent f1775ae commit 7c9f6c1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ jobs:
with:
node-version: "20.x"
registry-url: https://registry.npmjs.org/
- run: npm i --ignore-scripts
- run: npm publish --provenance --access public
env:
NODE_AUTH_TOKEN: ${{secrets.NPM_PUBLISH_TOKEN}}
Expand All @@ -50,4 +51,6 @@ jobs:
with:
node-version: "20.x"
registry-url: https://registry.npmjs.org/
- run: npm i --ignore-scripts
- run: npm run build
- run: npx jsr publish

0 comments on commit 7c9f6c1

Please sign in to comment.