fix wrong version number

This commit is contained in:
github-actions[bot]
2025-10-29 14:31:58 +11:00
parent dc05af0a2d
commit 46583eeda1

View File

@@ -45,7 +45,7 @@ jobs:
echo "Branch '$BRANCH_NAME' does not exist, proceeding..."
- name: Auto-generate release notes if missing
run: .github/scripts/generate_release_notes.sh -v "${{ steps.extract.outputs.version }}" -k "${{ secrets.GEMINI_API_KEY }}" -p
run: .github/scripts/generate_release_notes.sh -v "${{ steps.validate.outputs.version }}" -k "${{ secrets.GEMINI_API_KEY }}" -p
- name: Create release branch and update version
run: .github/scripts/create_release.sh "${{ steps.validate.outputs.version }}" "${{ env.CURRENT_BRANCH_NAME }}"