Skip to content

Commit

Permalink
ci: fix vsce command not found
Browse files Browse the repository at this point in the history
  • Loading branch information
MaikoTan committed Nov 29, 2023
1 parent ecc24d7 commit e5eaf72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
- name: Publish to VS Market
run: |
vsce publish -p ${{ secrets.AZURE_TOKEN }}
yarn vsce publish -p ${{ secrets.AZURE_TOKEN }}
- name: Publish to Open VSX Registry
uses: HaaLeo/publish-vscode-extension@v1
Expand Down

0 comments on commit e5eaf72

Please sign in to comment.