We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5c9d6cf commit 9dc4191Copy full SHA for 9dc4191
1 file changed
.github/workflows/publish.yml
@@ -13,7 +13,7 @@ jobs:
13
- uses: actions/setup-node@v2
14
with:
15
node-version: "22.x"
16
+ registry-url: "https://registry.npmjs.org"
17
- name: Install dependencies
18
run: npm ci
-
19
- run: npm publish
0 commit comments