Skip to content

Commit

Permalink
get rid of provenance
Browse files Browse the repository at this point in the history
  • Loading branch information
ZelvaMan committed Jun 21, 2024
1 parent 18f2bb2 commit aebd857
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
# this would
# - name: Ensure tag matches package.json version
# run: npm version ${VERSION}
- run: npm publish --provenance --access public
- run: npm publish --access public
env:
NODE_AUTH_TOKEN: ${{ secrets.KEENMATE_NPM_TOKEN}}
- name: Create release
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,4 +73,4 @@
"lodash.uniqby": "^4.7.0",
"svelte-highlight": "^7.6.1"
}
}
}

0 comments on commit aebd857

Please sign in to comment.