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 6073562 commit 147abbeCopy full SHA for 147abbe
.github/workflows/publish-npm.yml
@@ -14,6 +14,8 @@ jobs:
14
- uses: actions/setup-node@v4
15
with:
16
node-version: "20.x"
17
+ registry-url: "https://registry.npmjs.org"
18
+
19
- run: yarn build
20
- run: npm publish --provenance --access public
21
env:
0 commit comments