We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e3e6d55 commit 173a66bCopy full SHA for 173a66b
.github/workflows/npm-publish.yml
@@ -20,7 +20,7 @@ jobs:
20
version: v7.15.0
21
- run: pnpm install
22
- run: pnpm build
23
- - run: pnpm publish
+ - run: pnpm run publish
24
env:
25
NODE_AUTH_TOKEN: ${{secrets.npm_token}}
26
VSCE_PAT: ${{ secrets.VSCE_PAT }}
.npmrc
@@ -1 +1,2 @@
1
ignore-workspace-root-check=true
2
+git-checks=false
0 commit comments