Skip to content

Commit

Permalink
Force set registry-url for deploy-icons action
Browse files Browse the repository at this point in the history
  • Loading branch information
rushi committed Feb 19, 2024
1 parent 9765757 commit bf29f2b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/deploy-icons.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,4 @@ jobs:
run: cd src/icons && pwd && npm publish --tag ${{ github.event.inputs.tag }}
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_AUTH_TOKEN }}
registry-url: https://registry.npmjs.org/

0 comments on commit bf29f2b

Please sign in to comment.