Skip to content

Commit

Permalink
feat: publish npm package with provenance
Browse files Browse the repository at this point in the history
  • Loading branch information
seansica committed Oct 14, 2024
1 parent 957e005 commit f29a65f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@ jobs:
run: npm test

- name: Build the package
run: npm run build
run: npm ci

- name: Publish to GitHub Packages
run: npm publish
run: npm publish --provenance --access public
env:
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit f29a65f

Please sign in to comment.