mirror of
https://github.com/PrivateCaptcha/PrivateCaptcha.git
synced 2026-05-24 08:19:15 -05:00
Use explicit registry
This commit is contained in:
@@ -33,7 +33,7 @@ jobs:
|
||||
STAGE: prod
|
||||
run: make build-widget-library
|
||||
- name: Publish widget library
|
||||
run: npm publish
|
||||
run: npm publish --registry=https://npm.pkg.github.com
|
||||
working-directory: ./widget/lib
|
||||
env:
|
||||
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
||||
Reference in New Issue
Block a user