Skip to content

Commit 14b0060

Browse files
committed
Fix input in publish action
1 parent 67d4717 commit 14b0060

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
needs: build
5050
with:
5151
artifact_name: ${{ needs.build.outputs.artifact_name }}
52-
registry_host: https://registry.npmjs.org
52+
registry_url: https://registry.npmjs.org
5353
secrets:
5454
registry_token: ${{ secrets.NPM_TOKEN }}
5555
github:

0 commit comments

Comments
 (0)