Skip to content

Commit

Permalink
chore: remove 'provenance' from package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
sjinks committed Dec 8, 2023
1 parent 207f707 commit 33e2579
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,4 @@ jobs:
with:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
PROVENANCE: 'true'
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,6 @@
}
},
"publishConfig": {
"access": "public",
"provenance": true
"access": "public"
}
}

0 comments on commit 33e2579

Please sign in to comment.