We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 255f78d commit 2acb925Copy full SHA for 2acb925
.github/workflows/publish.yml
@@ -18,6 +18,7 @@ jobs:
18
node-version: 22.x
19
cache: yarn
20
always-auth: true
21
+ registry-url: https://registry.npmjs.org
22
23
- run: yarn install
24
- run: yarn build
0 commit comments