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 2cecc76 commit 5cddad4Copy full SHA for 5cddad4
.github/workflows/npm-publish.yml
@@ -22,6 +22,7 @@ jobs:
22
- uses: actions/setup-node@v2
23
with:
24
node-version: 16
25
+ registry-url: https://registry.npmjs.org/
26
- run: yarn && yarn build
27
- run: npm publish --tag next
28
env:
0 commit comments