Skip to content

Commit e2d008a

Browse files
committed
Update cleanup-release-draft workflow to allow optional tag input
1 parent 9719a74 commit e2d008a

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/cleanup-release-draft.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,10 @@ on:
44
workflow_dispatch:
55
inputs:
66
tag:
7-
description: 'Tag of the draft release to clean up'
8-
required: true
7+
description: 'Tag or name of the draft (empty = latest draft)'
8+
required: false
99
type: string
10+
default: ''
1011

1112
jobs:
1213
cleanup:

0 commit comments

Comments
 (0)