Skip to content

Commit

Permalink
ci: add provenance as env (#37)
Browse files Browse the repository at this point in the history
  • Loading branch information
shinebayar-g authored Dec 17, 2024
1 parent ce9cf0e commit b248750
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,3 +64,4 @@ jobs:
run: pnpm publish
env:
NPM_TOKEN: ${{ secrets.NPM_PUBLISH_TOKEN }}
NPM_CONFIG_PROVENANCE: true
1 change: 0 additions & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@
],
"publishConfig": {
"access": "public",
"provenance": true,
"exports": {
".": {
"import": "./dist/index.js",
Expand Down
1 change: 0 additions & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@
],
"publishConfig": {
"access": "public",
"provenance": true,
"exports": {
".": {
"import": "./dist/index.js",
Expand Down

0 comments on commit b248750

Please sign in to comment.