Skip to content

Commit 52d517f

Browse files
authored
Update npm-publish.yml
1 parent 6fab9b6 commit 52d517f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/npm-publish.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,8 @@ jobs:
1717
with:
1818
node-version: 12
1919
registry-url: https://registry.npmjs.org/
20-
- run: git branch -f origin/master master
2120
- run: npm add -g pnpm
2221
- run: pnpm i
23-
- run: pnpm publish
22+
- run: npm publish
2423
env:
2524
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}

0 commit comments

Comments
 (0)