You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Feat: Allow upload to draft release using a matrix (#136)
* Allow to upload to a draft release by its ID
Signed-off-by: alexis-opolka <53085471+alexis-opolka@users.noreply.github.com>
* Update action inputs/outputs descriptions
Signed-off-by: alexis-opolka <53085471+alexis-opolka@users.noreply.github.com>
---------
Signed-off-by: alexis-opolka <53085471+alexis-opolka@users.noreply.github.com>
Co-authored-by: Yair Morgenstern <yairm210@hotmail.com>
Copy file name to clipboardExpand all lines: action.yml
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -38,12 +38,16 @@ inputs:
38
38
description: 'Specifies the commitish value that determines where the Git tag is created from. Can be any branch or commit SHA. Unused if the Git tag already exists. Default: the repository\"s default branch (usually `main`).'
39
39
repo_name:
40
40
description: 'Specify the name of the GitHub repository in which the GitHub release will be created, edited, and deleted. If the repository is other than the current, it is required to create a personal access token with `repo`, `user`, `admin:repo_hook` scopes to the foreign repository and add it as a secret. Defaults to the current repository'
41
+
draft_id:
42
+
description: 'Specify the ID of the draft release you want to upload to.'
41
43
check_duplicates:
42
44
description: 'Check for duplicate assets with the same name in the release and skip uploading of those. Defaults to "true".'
43
45
default: true
44
46
outputs:
45
47
browser_download_url:
46
48
description: 'The publicly available URL of the asset.'
49
+
draft_id:
50
+
description: 'The ID of the draft release created.'
0 commit comments