We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7162ef0 commit be50f4eCopy full SHA for be50f4e
1 file changed
.github/workflows/release.yaml
@@ -4,6 +4,7 @@ on:
4
workflow_dispatch:
5
inputs:
6
api-recorder-extension: { type: boolean }
7
+ cli: { type: boolean }
8
desktop: { type: boolean }
9
web: { type: boolean }
10
@@ -37,5 +38,6 @@ jobs:
37
38
run: |
39
gha-scripts release \
40
${{ inputs.api-recorder-extension && 'api-recorder-extension' || '' }} \
41
+ ${{ inputs.cli && 'cli' || '' }} \
42
${{ inputs.desktop && 'desktop' || '' }} \
43
${{ inputs.web && 'web' || '' }} \
0 commit comments