fix: use DEFAULT_BRANCH as source when creating next-release branch
This commit is contained in:
@@ -181,7 +181,7 @@ jobs:
|
||||
--data "$(jq -n \
|
||||
--arg content "${CHANGELOG_CONTENT}" \
|
||||
--arg message "${TITLE}" \
|
||||
--arg branch "next-release" \
|
||||
--arg branch "${DEFAULT_BRANCH}" \
|
||||
--arg new_branch "next-release" \
|
||||
'{content: $content, message: $message, branch: $branch, new_branch: $new_branch}')" \
|
||||
"${API_URL}/contents/CHANGELOG.md"
|
||||
|
||||
Reference in New Issue
Block a user