Skip to content

Commit

Permalink
feat: also publish to Github registry
Browse files Browse the repository at this point in the history
  • Loading branch information
tuxity committed Nov 4, 2024
1 parent 445bba7 commit 593b770
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,3 +64,8 @@ jobs:
run: npm publish
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

- name: Publish to GitHub Packages
run: npm publish --registry=https://npm.pkg.github.com
env:
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 593b770

Please sign in to comment.