feature-open-with-vscode #1

Merged
mengning merged 20 commits from feature-open-with-vscode into main 2025-11-26 05:23:52 +00:00
8 changed files with 1014 additions and 330 deletions
Showing only changes of commit bdbae6eeb1 - Show all commits

View File

@@ -11,7 +11,7 @@ jobs:
build: build:
runs-on: ubuntu-latest runs-on: ubuntu-latest
container: container:
image: gitea/runner-images:ubuntu-latest image: node:20-alpine
steps: steps:
- name: 拉取代码 - name: 拉取代码
uses: https://devstar.cn/actions/checkout@v4 uses: https://devstar.cn/actions/checkout@v4
@@ -27,6 +27,7 @@ jobs:
npm run package npm run package
- name: 发布插件 - name: 发布插件
if: gitea.event_name == 'push' && gitea.ref == 'refs/heads/main'
run: | run: |
npm run publish npm run publish
env: env: