Skip to content

Commit

Permalink
Update deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
xprees authored Oct 25, 2024
1 parent 5ff02dd commit 751f56e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ jobs:
- uses: actions/setup-node@v4
with:
node-version: 20
registry-url: https://npm.pkg.github.com
registry-url: https://registry.npmjs.org/
scope: '@xprees'
token: '${{secrets.GITHUB_TOKEN}}'
token: '${{secrets.NPM_AUTH_TOKEN}}'
- run: npm i
- run: npm publish --access public
env:
NODE_AUTH_TOKEN: ${{secrets.GITHUB_TOKEN}}
NODE_AUTH_TOKEN: ${{secrets.NPM_AUTH_TOKEN}}

0 comments on commit 751f56e

Please sign in to comment.