Skip to content

Commit 8bb8f71

Browse files
committed
update the github workflows to use pnpm
1 parent 517682b commit 8bb8f71

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
@@ -61,6 +61,6 @@ jobs:
6161
run: pnpm exec webpack --config webpack.config.js --mode production
6262

6363
- name: Publish to NPM
64-
run: pnpm publish
64+
run: pnpm publish --no-git-checks
6565
env:
6666
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)