Skip to content

Commit

Permalink
try fixing gh pr create again
Browse files Browse the repository at this point in the history
  • Loading branch information
saulshanabrook committed Apr 26, 2024
1 parent 623d5e1 commit cd2b113
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 @@ -37,7 +37,7 @@ jobs:
VERSION=$(python increment_version.py $TYPE)
git checkout -b "release-$VERSION"
git commit -am "Version $VERSION"
gh pr create --fill --head release-$VERSION
gh pr create --fill --head release-$VERSION --base main
echo "version=$VERSION" >> GITHUB_OUTPUT
id: bump
env:
Expand Down

0 comments on commit cd2b113

Please sign in to comment.