Skip to content

Commit 26983dc

Browse files
committed
feat: update yaml
1 parent 6c2b3a8 commit 26983dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/npm-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,4 +41,4 @@ jobs:
4141
env:
4242
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4343
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
44-
run: pnpm config set //registry.npmjs.org/:_authToken ${NPM_TOKEN} & npm publish
44+
run: npm config set //registry.npmjs.org/:_authToken ${NPM_TOKEN} && npm publish

0 commit comments

Comments
 (0)