Skip to content

Commit

Permalink
Update publish-github.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
vovgou committed Dec 1, 2023
1 parent 37bd83c commit 8cd344a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/publish-github.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@ jobs:
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
registry-url: https://npm.pkg.github.com/vovgou
registry-url: https://npm.pkg.github.com
scope: '@vovgou'

- run: |
npm config set //npm.pkg.github.com/:_authToken=$NODE_AUTH_TOKEN
Expand Down

0 comments on commit 8cd344a

Please sign in to comment.