Skip to content

Commit 9a2d75f

Browse files
committed
Fix: Finding .vsix to publish
1 parent 627f181 commit 9a2d75f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ jobs:
6464
# Inspired by https://github.com/microsoft/vscode-platform-specific-sample/blob/a0192a21122dfa5c90934b006f027cdf4e4d892d/.github/workflows/ci.yml#L64C11-L64C11 MIT License
6565
publish:
6666
runs-on: ubuntu-latest
67+
environment: VSCE
6768
needs: build
6869
if: success() && startsWith( github.ref, 'refs/tags/')
6970
steps:

0 commit comments

Comments
 (0)