Skip to content

Commit 90ef33c

Browse files
authored
Merge pull request #303 from nscuro/fix-gh-release-4.6.x
Specify the target branch when creating a release via GitHub CLI
2 parents 0cc1cb0 + ae2aa9d commit 90ef33c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci-release.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,5 +50,6 @@ jobs:
5050
fi
5151
5252
gh release create "${VERSION}" ${GH_OPTS} \
53+
--target "${{ github.ref_name }}" \
5354
--title "${VERSION}" \
5455
--notes-file ".github/default-release-notes.md"

0 commit comments

Comments
 (0)