Skip to content

Commit

Permalink
Update npm publish command to use GitHub Package Registry
Browse files Browse the repository at this point in the history
  • Loading branch information
iishiishii committed Apr 28, 2024
1 parent 2a4d908 commit 217617b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@ jobs:
# Defaults to the user or organization that owns the workflow file
scope: '@iishiishii'
- run: npm ci
- run: npm publish
- run: npm publish --registry=https://npm.pkg.github.com/
env:
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 217617b

Please sign in to comment.