Skip to content

Commit d3c1bf4

Browse files
authored
Fix manual workflow_dispatch for regular monthly releases (#352)
1 parent 7692cc0 commit d3c1bf4

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/release-docs-bundles.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,11 @@ on:
4343
default: releases
4444
required: true
4545
type: choice
46+
create_release:
47+
description: 'Create a new GitHub release (uncheck to upload assets to an existing release)'
48+
required: false
49+
type: boolean
50+
default: true
4651

4752
name: Release Documentation Bundles
4853

0 commit comments

Comments
 (0)