Skip to content

Commit

Permalink
chore: fix release process
Browse files Browse the repository at this point in the history
  • Loading branch information
benbridts committed Aug 31, 2024
1 parent c33af5c commit 626c446
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/vscode-publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ jobs:
publish:
runs-on: ubuntu-latest
steps:
- name: Publish to Visual Studio Marketplace
uses: HaaLeo/publish-vscode-extension@v1
- uses: actions/checkout@v4
- uses: HaaLeo/publish-vscode-extension@v1
with:
pat: ${{ secrets.VSCE_MARKETPLACE_TOKEN }}
registryUrl: https://marketplace.visualstudio.com

0 comments on commit 626c446

Please sign in to comment.