We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d281d46 commit 38f8cf5Copy full SHA for 38f8cf5
.github/workflows/make-release.yml
@@ -52,6 +52,7 @@ jobs:
52
with:
53
node-version: "22"
54
cache: "npm"
55
+ registry-url: 'https://registry.npmjs.org'
56
- name: Setup auth tokens
57
env:
58
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
.github/workflows/publish-package.yml
@@ -43,6 +43,7 @@ jobs:
43
44
45
46
47
48
49
0 commit comments