Skip to content

Commit

Permalink
chore: setup provenance
Browse files Browse the repository at this point in the history
  • Loading branch information
brc-dd committed Dec 2, 2024
1 parent fc2e3ff commit 30d798f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@ jobs:
registry-url: https://registry.npmjs.org
- uses: denoland/setup-deno@v2
- run: deno task build
- run: cd dist && npm publish
- run: cd dist && npm publish --provenance
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 comments on commit 30d798f

Please sign in to comment.