Skip to content

Commit

Permalink
Merge pull request #303 from nscuro/fix-gh-release-4.6.x
Browse files Browse the repository at this point in the history
Specify the target branch when creating a release via GitHub CLI
  • Loading branch information
nscuro authored Oct 24, 2022
2 parents 0cc1cb0 + ae2aa9d commit 90ef33c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,5 +50,6 @@ jobs:
fi
gh release create "${VERSION}" ${GH_OPTS} \
--target "${{ github.ref_name }}" \
--title "${VERSION}" \
--notes-file ".github/default-release-notes.md"

0 comments on commit 90ef33c

Please sign in to comment.