Skip to content

Commit

Permalink
✨ feat: ssl
Browse files Browse the repository at this point in the history
  • Loading branch information
莫伟杰 committed Aug 30, 2024
1 parent 7e9313d commit c15ed6e
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
run: yarn config set strict-ssl false && yarn
# 使用@/vscode/vsce 会预先执行vscode:prepublish
# https://github.com/HaaLeo/publish-vscode-extension
- name: Build and publish vscode vsx
Expand Down

0 comments on commit c15ed6e

Please sign in to comment.