We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3af5fd7 commit 934f433Copy full SHA for 934f433
1 file changed
.github/workflows/publish.yml
@@ -4,6 +4,13 @@ run-name: Publish ${{ inputs.dry_run && '(Dry Run)' || '' }}
4
on:
5
workflow_dispatch:
6
inputs:
7
+ publish_type:
8
+ description: "Publish Options"
9
+ required: false
10
+ default: "Initial Publish"
11
+ type: choice
12
+ options:
13
+ - Initial Publish
14
version:
15
description: 'Version to publish (default: latest release)'
16
required: true
0 commit comments