mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-02-17 23:44:39 -05:00
Updated release to optionally take a targetRef
no issue - this should allow us to pass in the branch if needed
This commit is contained in:
parent
810ef47561
commit
8e8b217d4e
1 changed files with 1 additions and 1 deletions
|
@ -92,7 +92,7 @@ module.exports.create = (options = {}) => {
|
|||
method: 'POST',
|
||||
body: {
|
||||
tag_name: options.tagName,
|
||||
target_commitish: 'main',
|
||||
target_commitish: options.targetRef || 'main',
|
||||
name: options.releaseName,
|
||||
body: body.join(os.EOL),
|
||||
draft: draft,
|
||||
|
|
Loading…
Add table
Reference in a new issue