Skip to content

Commit

Permalink
Remove provenance
Browse files Browse the repository at this point in the history
  • Loading branch information
Sven65 committed Sep 3, 2024
1 parent 4d5a880 commit e85b3aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
if: ${{ hashFiles('package-lock.json') != '' && hashFiles('gulp.js') != '' }}
run: gulp
- name: Publish npm package to GHCR
run: npm publish --registry=https://npm.pkg.github.com/ --provenance --access public
run: npm publish --registry=https://npm.pkg.github.com/ --access public
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
- name: Create assets zip
Expand Down

0 comments on commit e85b3aa

Please sign in to comment.