Skip to content

Commit a0c307f

Browse files
committed
try
1 parent 66dc74b commit a0c307f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,8 @@ jobs:
6464
fi
6565
echo "vsix_path=$VSIX_PATH" >> $GITHUB_OUTPUT
6666
67-
- name: Publish to vsce
68-
run: npx vsce publish --pat ${{ secrets.VSCODE_PUBLISH_PAT }}
67+
# - name: Publish to vsce
68+
# run: npx vsce publish --pat ${{ secrets.VSCODE_PUBLISH_PAT }}
6969

7070
- name: Publish to OpenVSIX
7171
run: npx openvsix publish --token ${{ secrets.OPENVSIX_PUBLISH_TOKEN }}

0 commit comments

Comments
 (0)