mirror of
https://github.com/rangermix/TwitchDropsMiner.git
synced 2026-05-26 07:08:04 +00:00
fix wrong version number
This commit is contained in:
2
.github/workflows/version-release.yml
vendored
2
.github/workflows/version-release.yml
vendored
@@ -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 }}"
|
||||
|
||||
Reference in New Issue
Block a user