ci: specify registry to upload the package to

This commit is contained in:
Lukas Obermann
2024-10-04 22:03:12 +02:00
parent 9012085120
commit 677435d0d1
+1
View File
@@ -27,6 +27,7 @@ jobs:
- uses: actions/setup-node@v4
with:
node-version: 22
registry-url: https://registry.npmjs.org/
- run: npm ci
- run: npm run build
- run: npm publish --provenance --access public