From 75b99c9fcf2da912cbdbdab1ef3b6f2a6042a679 Mon Sep 17 00:00:00 2001 From: linyq Date: Mon, 19 May 2025 09:05:54 +0800 Subject: [PATCH] =?UTF-8?q?cicd=20=E4=BF=AE=E5=A4=8D=201?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/auto-release-generator.yml | 3 +-- project_version | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/auto-release-generator.yml b/.github/workflows/auto-release-generator.yml index 5cbbd7d..a41d676 100644 --- a/.github/workflows/auto-release-generator.yml +++ b/.github/workflows/auto-release-generator.yml @@ -72,6 +72,7 @@ jobs: env: OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }} OPENAI_BASE_URL: https://api.siliconflow.cn/v1 + CURRENT_VERSION: ${{ steps.check-version.outputs.current_version }} run: | cat > generate_release_notes.py << 'EOF' import os @@ -108,8 +109,6 @@ jobs: EOF python generate_release_notes.py < <(echo "${{ steps.get-commits.outputs.commits }}") - env: - CURRENT_VERSION: ${{ steps.check-version.outputs.current_version }} - name: Create GitHub Release if: steps.check-version.outputs.version_changed == 'true' diff --git a/project_version b/project_version index a0a1517..b1d7abc 100644 --- a/project_version +++ b/project_version @@ -1 +1 @@ -0.6.3 \ No newline at end of file +0.6.2 \ No newline at end of file