Skip to content

Commit 173a66b

Browse files
committedMay 6, 2023
chore(ci): fix auto action
1 parent e3e6d55 commit 173a66b

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed
 

‎.github/workflows/npm-publish.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
version: v7.15.0
2121
- run: pnpm install
2222
- run: pnpm build
23-
- run: pnpm publish
23+
- run: pnpm run publish
2424
env:
2525
NODE_AUTH_TOKEN: ${{secrets.npm_token}}
2626
VSCE_PAT: ${{ secrets.VSCE_PAT }}

‎.npmrc

+1
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
ignore-workspace-root-check=true
2+
git-checks=false

0 commit comments

Comments
 (0)
Please sign in to comment.