Use explicit registry

This commit is contained in:
Taras Kushnir
2025-06-23 09:46:07 +03:00
parent 51cd51de88
commit 04409b075c
+1 -1
View File
@@ -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 }}