Skip to content

Commit

Permalink
chore: remove provenance from npm publish command
Browse files Browse the repository at this point in the history
  • Loading branch information
gersonlimadev committed May 29, 2024
1 parent c06a693 commit 6e7afa3
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-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ jobs:
node-version: "20.x"
registry-url: "https://registry.npmjs.org"
- run: npm install --package-lock-only
- run: npm publish --provenance --access public
- run: npm publish --access public
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": "@futurebrand/helpers",
"version": "0.0.3",
"version": "0.0.4",
"description": "FutureBrand Helpers",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 6e7afa3

Please sign in to comment.