diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index fa05a87..730f89f 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -31,7 +31,7 @@ jobs: elif [[ $GITHUB_REF == refs/heads/dev ]]; then branch_type=dev fi - echo "$branch_type=$branch_type" >> $GITHUB_ENV + echo "branch_type=$branch_type" >> $GITHUB_ENV shell: bash # 确定构建版本 - name: version diff --git a/version b/version index cb36e65..ff34789 100644 --- a/version +++ b/version @@ -1 +1 @@ -1.2.1.0 \ No newline at end of file +1.2.1.00 \ No newline at end of file