Skip to content

Commit

Permalink
ci: try fixup bump-version.yml (#1171)
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcoGorelli authored Oct 14, 2024
1 parent 7b63503 commit 25df02f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/bump-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ jobs:
git config user.name "github-actions[bot]"
git config user.email "github-actions[bot]@users.noreply.github.com"
git checkout -b bump-version
git remote rename origin upstream
python utils/bump_version.py ${{ github.event.inputs.release_type }}
- name: Create pull request
Expand All @@ -44,4 +45,4 @@ jobs:
base: 'main',
body: 'Bumping the version to reflect the latest release type.',
})

0 comments on commit 25df02f

Please sign in to comment.