Skip to content

Commit 0ffebc5

Browse files
committed
x
1 parent 0d43a4c commit 0ffebc5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish-vscode-extension.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags/vscode-extension-v')
5757
run: |
5858
cd vscode-debugger-extension
59-
npx vsce publish --private --pat ${{ secrets.VSCE_PAT }}
59+
npx vsce publish --pat ${{ secrets.VSCE_PAT }}
6060
env:
6161
VSCE_PAT: ${{ secrets.VSCE_PAT }}
6262

@@ -66,7 +66,7 @@ jobs:
6666
cd vscode-debugger-extension
6767
# Update version in package.json
6868
npm version ${{ github.event.inputs.version }} --no-git-tag-version
69-
npx vsce publish --private --pat ${{ secrets.VSCE_PAT }}
69+
npx vsce publish --pat ${{ secrets.VSCE_PAT }}
7070
env:
7171
VSCE_PAT: ${{ secrets.VSCE_PAT }}
7272

0 commit comments

Comments
 (0)