There was an error while loading. Please reload this page.
1 parent 1fec667 commit 7c11588Copy full SHA for 7c11588
.github/workflows/publish.yaml
@@ -27,6 +27,7 @@ jobs:
27
- uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2
28
with:
29
node-version: 22.x
30
+ registry-url: https://registry.npmjs.org/
31
- run: npm publish
32
env:
33
NODE_AUTH_TOKEN: ${{secrets.npm_token}}
0 commit comments