Skip to content

Commit

Permalink
Update npm-publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ByPikod committed Aug 26, 2023
1 parent d549895 commit 096a8b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@ jobs:
registry-url: https://npm.pkg.github.com/
scope: '@ByPikod'
- run: node ".github/workflows/gpr.js"
- run: echo registry=https://npm.pkg.github.com/ByPikod >> .npmrc
- run: npm ci
- run: echo registry=https://npm.pkg.github.com/ByPikod >> .npmrc
- run: npm publish
env:
NODE_AUTH_TOKEN: ${{secrets.publish_github_token}}

0 comments on commit 096a8b0

Please sign in to comment.