Skip to content

Commit

Permalink
✅ test: fix ci yarn command
Browse files Browse the repository at this point in the history
  • Loading branch information
莫伟杰 committed Aug 30, 2024
1 parent 630ae6c commit 914e691
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/vsx-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
# - name: Install dependencies
# run: pnpm install
- name: Install dependencies
run: yarn i
run: yarn
# 使用@/vscode/vsce 会预先执行vscode:prepublish
# https://github.com/HaaLeo/publish-vscode-extension
- name: Build and publish vscode vsx
Expand Down

0 comments on commit 914e691

Please sign in to comment.