Skip to content

Commit 1dcdfa8

Browse files
committed
fix: missing NPM_TOKEN
1 parent 817bc38 commit 1dcdfa8

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
@@ -51,4 +51,4 @@ jobs:
5151
artifact_name: ${{ needs.build.outputs.artifact_name }}
5252
registry_url: https://registry.npmjs.org
5353
secrets:
54-
registry_token: ${{ secrets.NPM_TOKEN }}
54+
registry_token: ${{ secrets.SEAMAPI_NPM_TOKEN }}

0 commit comments

Comments
 (0)