Skip to content

Commit

Permalink
feat: update ci
Browse files Browse the repository at this point in the history
  • Loading branch information
HinsonSIDAN committed Dec 9, 2024
1 parent 74da8b0 commit dd102e6
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/publish-vscode.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,10 +81,7 @@ jobs:
publish:
needs: [build, check-version]
if: needs.check-version.outputs.version-updated == 'true' || github.event_name == 'release'
strategy:
matrix:
os: [macos-latest, ubuntu-latest, windows-latest]
runs-on: ${{ matrix.os }}
runs-on: ubuntu-latest
defaults:
run:
working-directory: vscode-extension
Expand Down

0 comments on commit dd102e6

Please sign in to comment.