fix: use DEFAULT_BRANCH as source when creating next-release branch

This commit is contained in:
2026-01-09 05:28:29 +01:00
parent 8b0d478f72
commit 2b2dba8c2b
+1 -1
View File
@@ -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"