Skip to content

Commit

Permalink
Use alternative vscode publish action to fix bug
Browse files Browse the repository at this point in the history
  • Loading branch information
JamyGolden committed Sep 1, 2024
1 parent 3a5f8cb commit 77f6238
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/publish-without-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,8 @@ jobs:
run:
runs-on: "ubuntu-latest"
steps:
- name: "Publish to VSCode Marketplace"
uses: "lannonbr/vsce-action@510e61c5e9e6f33c0418ec5ff5fd36b1ced61e85" # v4.0.0
- name: Publish to Visual Studio Marketplace
uses: HaaLeo/publish-vscode-extension@v1
with:
args: "publish -p $VSCE_TOKEN"
env:
VSCE_TOKEN: ${{ secrets.VSCE_TOKEN }}
pat: ${{ secrets.VSCE_TOKEN }}
registryUrl: https://marketplace.visualstudio.com

0 comments on commit 77f6238

Please sign in to comment.