Skip to content

Commit

Permalink
Fix release process for real now?
Browse files Browse the repository at this point in the history
  • Loading branch information
sethvargo committed May 23, 2024
1 parent f68c05e commit 7663a43
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,4 @@ jobs:
- env:
NODE_AUTH_TOKEN: '${{ secrets.NODE_AUTH_TOKEN }}'
run: |-
npm publish
npm publish --provenance --access public
3 changes: 0 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,6 @@
"README.md",
"dist/"
],
"publishConfig": {
"provenance": true
},
"module": "./dist/index.js",
"main": "./dist/index.js",
"types": "./dist/index.d.js",
Expand Down

0 comments on commit 7663a43

Please sign in to comment.