Skip to content

Commit

Permalink
Add provenance when publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
DarkoKukovec committed May 15, 2023
1 parent ab43e00 commit ae5f124
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@ jobs:
- run: npm ci
- run: npm test
- run: npm run build
- run: cd dist && npm publish
- run: cd dist && npm publish --provenance
env:
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "auth-worker",
"version": "2.0.0-beta.2",
"version": "2.0.0-beta.3",
"description": "OAuth2 Service Worker handler",
"main": "index.js",
"module": "index.mjs",
Expand Down

0 comments on commit ae5f124

Please sign in to comment.