Skip to content

Commit

Permalink
Fix: Finding .vsix to publish
Browse files Browse the repository at this point in the history
  • Loading branch information
deribaucourt committed Jan 11, 2024
1 parent 627f181 commit 9a2d75f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ jobs:
# Inspired by https://github.com/microsoft/vscode-platform-specific-sample/blob/a0192a21122dfa5c90934b006f027cdf4e4d892d/.github/workflows/ci.yml#L64C11-L64C11 MIT License
publish:
runs-on: ubuntu-latest
environment: VSCE
needs: build
if: success() && startsWith( github.ref, 'refs/tags/')
steps:
Expand Down

0 comments on commit 9a2d75f

Please sign in to comment.