Skip to content

Commit

Permalink
push branch manually before creating PR
Browse files Browse the repository at this point in the history
  • Loading branch information
saulshanabrook committed Apr 27, 2024
1 parent 980f72d commit 8520903
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,8 @@ jobs:
VERSION=$(python increment_version.py $TYPE)
git checkout -b "release-$VERSION"
git commit -am "Version $VERSION"
gh pr create --fill --head release-$VERSION --base main
git push -u origin HEAD
gh pr create --fill
echo "version=$VERSION" >> "$GITHUB_OUTPUT"
id: bump
env:
Expand Down

0 comments on commit 8520903

Please sign in to comment.