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 67d4717 commit 14b0060Copy full SHA for 14b0060
.github/workflows/publish.yml
@@ -49,7 +49,7 @@ jobs:
49
needs: build
50
with:
51
artifact_name: ${{ needs.build.outputs.artifact_name }}
52
- registry_host: https://registry.npmjs.org
+ registry_url: https://registry.npmjs.org
53
secrets:
54
registry_token: ${{ secrets.NPM_TOKEN }}
55
github:
0 commit comments