Skip to content

Commit 1e4499d

Browse files
committed
[GHA] fix pre-release publish for vscode extensions
1 parent 7cc4a49 commit 1e4499d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,4 +37,4 @@ jobs:
3737
npm install --global @vscode/vsce
3838
vsix_file=`ls ./vsix | head -n 1`
3939
echo "VSIX pre-release file to publish ${vsix_file}"
40-
vsce publish --pre-release -p ${{ secrets.VSCE_PUBLISH_TOKEN }} --packagePath $vsix_file
40+
vsce publish --pre-release -p ${{ secrets.VSCE_PUBLISH_TOKEN }} --packagePath ./vsix/$vsix_file

concourse/pipeline.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -512,7 +512,7 @@ jobs:
512512
plan:
513513
- in_parallel:
514514
- get: sts4
515-
trigger: true
515+
# trigger: true
516516
- get: maven-cache
517517
- task: build-consourse-vsix-snapshot
518518
file: sts4/concourse/tasks/build-vsix.yml

0 commit comments

Comments
 (0)