工作流

This commit is contained in:
j m 2024-05-11 11:19:51 +08:00
parent a0aefded7c
commit c26834b610
2 changed files with 2 additions and 2 deletions

View File

@ -31,7 +31,7 @@ jobs:
elif [[ $GITHUB_REF == refs/heads/dev ]]; then elif [[ $GITHUB_REF == refs/heads/dev ]]; then
branch_type=dev branch_type=dev
fi fi
echo "$branch_type=$branch_type" >> $GITHUB_ENV echo "branch_type=$branch_type" >> $GITHUB_ENV
shell: bash shell: bash
# 确定构建版本 # 确定构建版本
- name: version - name: version

View File

@ -1 +1 @@
1.2.1.0 1.2.1.00