Skip to content

Commit

Permalink
Quick and dirty fix for CI
Browse files Browse the repository at this point in the history
Something seems up about v1.7.0. We should maybe switch to version 2 which also just released, but this should at least get rid of the angry red X for a bit
  • Loading branch information
EclecticGriffin authored Feb 27, 2025
1 parent 2d761cd commit 6d103ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/vscode.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
working-directory: ./tools/vscode
run: npm ci
- name: Publish to Visual Studio Marketplace
uses: HaaLeo/publish-vscode-extension@v1
uses: HaaLeo/publish-vscode-extension@v1.6.2
with:
pat: ${{ secrets.VS_MARKETPLACE_TOKEN }}
packagePath: ./tools/vscode
Expand Down

0 comments on commit 6d103ce

Please sign in to comment.