Skip to content

Commit

Permalink
Add registry to publish
Browse files Browse the repository at this point in the history
  • Loading branch information
Sven65 committed Sep 3, 2024
1 parent d181817 commit 03dcdcd
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 --provenance --access public
run: npm publish --registry=https://npm.pkg.github.com/ --provenance --access public
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
- name: Create assets zip
Expand Down

0 comments on commit 03dcdcd

Please sign in to comment.