修复远程终端识别本地操作系统问题并完善工作流配置 #7

Merged
shizi merged 12 commits from fix-bug into main 2026-01-14 08:05:13 +00:00
5 changed files with 96 additions and 98 deletions
Showing only changes of commit c5591f8936 - Show all commits

View File

@@ -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)