We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d43a4c commit 0ffebc5Copy full SHA for 0ffebc5
.github/workflows/publish-vscode-extension.yml
@@ -56,7 +56,7 @@ jobs:
56
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags/vscode-extension-v')
57
run: |
58
cd vscode-debugger-extension
59
- npx vsce publish --private --pat ${{ secrets.VSCE_PAT }}
+ npx vsce publish --pat ${{ secrets.VSCE_PAT }}
60
env:
61
VSCE_PAT: ${{ secrets.VSCE_PAT }}
62
@@ -66,7 +66,7 @@ jobs:
66
67
# Update version in package.json
68
npm version ${{ github.event.inputs.version }} --no-git-tag-version
69
70
71
72
0 commit comments