We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1a4a226 commit cdc60c8Copy full SHA for cdc60c8
.github/workflows/npm_publish.yml
@@ -13,6 +13,7 @@ jobs:
13
- uses: actions/setup-node@v4
14
with:
15
node-version: '18.x'
16
+ registry-url: 'https://registry.npmjs.org'
17
- run: npm install
18
- run: npm publish
19
env:
0 commit comments