From 8f01c8901b54347b4608d48920ca903c010488df Mon Sep 17 00:00:00 2001 From: Saul Shanabrook Date: Fri, 26 Apr 2024 10:20:07 -0400 Subject: [PATCH] fix gh pr create by adding explicit head --- .github/workflows/version.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/version.yml b/.github/workflows/version.yml index c0501a79..cf1987ca 100644 --- a/.github/workflows/version.yml +++ b/.github/workflows/version.yml @@ -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: