Skip to content

Commit

Permalink
Update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewbrg committed May 1, 2023
1 parent 467bc5e commit d2371c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/npm-publish-github-packages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
with:
node-version: 16
registry-url: 'https://npm.pkg.github.com/'
- run: npm config set registry https://npm.pkg.github.com
- run: npm config set registry https://npm.pkg.github.com/andrewbrg
- run: npm publish
env:
NODE_AUTH_TOKEN: ${{secrets.GITHUB_TOKEN}}

0 comments on commit d2371c4

Please sign in to comment.