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 41c6757 commit adffa20Copy full SHA for adffa20
.github/workflows/publish.yml
@@ -14,6 +14,7 @@ jobs:
14
uses: actions/setup-node@main
15
with:
16
node-version: 14.18.2
17
+ registry-url: 'https://registry.npmjs.org'
18
- run: npm install
19
- run: npm publish
20
env:
0 commit comments