Skip to content

Commit 9216bbd

Browse files
fix branch name
1 parent 8520903 commit 9216bbd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/version.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
git config user.name github-actions[bot]
3636
git config user.email 41898282+github-actions[bot]@users.noreply.github.com
3737
VERSION=$(python increment_version.py $TYPE)
38-
git checkout -b "release-$VERSION"
38+
git checkout -b "version-$VERSION"
3939
git commit -am "Version $VERSION"
4040
git push -u origin HEAD
4141
gh pr create --fill

0 commit comments

Comments
 (0)