Skip to content

Commit

Permalink
fix branch name
Browse files Browse the repository at this point in the history
  • Loading branch information
saulshanabrook committed Apr 27, 2024
1 parent 8520903 commit 9216bbd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
git config user.name github-actions[bot]
git config user.email 41898282+github-actions[bot]@users.noreply.github.com
VERSION=$(python increment_version.py $TYPE)
git checkout -b "release-$VERSION"
git checkout -b "version-$VERSION"
git commit -am "Version $VERSION"
git push -u origin HEAD
gh pr create --fill
Expand Down

0 comments on commit 9216bbd

Please sign in to comment.