From c5591f893691649425194f1d31b867317f3f9c92 Mon Sep 17 00:00:00 2001 From: yinxue <2643126914@qq.com> Date: Wed, 14 Jan 2026 03:37:37 +0000 Subject: [PATCH] =?UTF-8?q?=E6=89=BE=E5=87=BA=E6=AD=A3=E7=A1=AE=E7=9A=84?= =?UTF-8?q?=E6=BA=90=E5=88=86=E6=94=AF=E5=B9=B6=E4=B8=94=E6=B7=BB=E5=8A=A0?= =?UTF-8?q?skip=20ci?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/devstar-vscode-release.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitea/workflows/devstar-vscode-release.yaml b/.gitea/workflows/devstar-vscode-release.yaml index 4bb856c..eedeabb 100644 --- a/.gitea/workflows/devstar-vscode-release.yaml +++ b/.gitea/workflows/devstar-vscode-release.yaml @@ -24,6 +24,7 @@ jobs: uses: actions/checkout@v4 with: fetch-depth: 0 + ref: ${{ github.head_ref }} - name: 配置 Git run: | @@ -69,7 +70,7 @@ jobs: git config user.name "github-actions" git config user.email "github-actions@github.com" git add package.json - git commit -m "chore: bump version to $NEW_VERSION" + git commit -m "chore: bump version to $NEW_VERSION [skip ci]" # 推送到当前分支 BRANCH_NAME=$(git rev-parse --abbrev-ref HEAD)