Skip to content

Commit 934f433

Browse files
committed
Temporarily putting publish_type back in
1 parent 3af5fd7 commit 934f433

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

.github/workflows/publish.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,13 @@ run-name: Publish ${{ inputs.dry_run && '(Dry Run)' || '' }}
44
on:
55
workflow_dispatch:
66
inputs:
7+
publish_type:
8+
description: "Publish Options"
9+
required: false
10+
default: "Initial Publish"
11+
type: choice
12+
options:
13+
- Initial Publish
714
version:
815
description: 'Version to publish (default: latest release)'
916
required: true

0 commit comments

Comments
 (0)