Skip to content

Commit 25df02f

Browse files
authored
ci: try fixup bump-version.yml (#1171)
1 parent 7b63503 commit 25df02f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/bump-version.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ jobs:
2929
git config user.name "github-actions[bot]"
3030
git config user.email "github-actions[bot]@users.noreply.github.com"
3131
git checkout -b bump-version
32+
git remote rename origin upstream
3233
python utils/bump_version.py ${{ github.event.inputs.release_type }}
3334
3435
- name: Create pull request
@@ -44,4 +45,4 @@ jobs:
4445
base: 'main',
4546
body: 'Bumping the version to reflect the latest release type.',
4647
})
47-
48+

0 commit comments

Comments
 (0)