diff --git a/src/forge/Main/version/New.jsx b/src/forge/Main/version/New.jsx index b1d764af..8cfd912d 100644 --- a/src/forge/Main/version/New.jsx +++ b/src/forge/Main/version/New.jsx @@ -110,7 +110,8 @@ export default Form.create()( axios.post(url, { ...value, body: desc, - attachment_ids: fileList + attachment_ids: fileList, + target_commitish:branch }) .then(result => { if (result) {