Skip to content

Commit

Permalink
fix gh pr create by adding explicit head
Browse files Browse the repository at this point in the history
  • Loading branch information
saulshanabrook committed Apr 26, 2024
1 parent 89a7a48 commit 8f01c89
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 @@ -38,7 +38,7 @@ jobs:
VERSION=$(python increment_version.py $TYPE)
git checkout -b "release-$VERSION"
git commit -am "Version $VERSION"
gh pr create --fill
gh pr create --fill --head release-$VERSION
echo "version=$VERSION" >> GITHUB_OUTPUT
id: bump
env:
Expand Down

0 comments on commit 8f01c89

Please sign in to comment.