Skip to content

Commit

Permalink
fix: enable provenance on the CI
Browse files Browse the repository at this point in the history
  • Loading branch information
stipsan committed Apr 11, 2024
1 parent 5b19c1c commit d7d69cb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -123,5 +123,6 @@ jobs:
# e.g. git tags were pushed but it exited before `npm publish`
if: always()
env:
NPM_CONFIG_PROVENANCE: true
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_PUBLISH_TOKEN }}
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -136,8 +136,7 @@
"node": ">=14"
},
"publishConfig": {
"access": "public",
"provenance": true
"access": "public"
},
"binname": "sanity-plugin"
}

0 comments on commit d7d69cb

Please sign in to comment.