We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d9017f7 commit 965a372Copy full SHA for 965a372
.github/workflows/release.yml
@@ -1,6 +1,6 @@
1
name: Release Docker Image
2
3
-run-name: Release Docker Image ${{ github.event_name == 'workflow_dispatch' || '(auto-deploy)' }}
+run-name: Release Docker Image ${{ github.event_name == 'workflow_dispatch' && '(manual)' || '(auto-deploy)' }}
4
5
on:
6
push:
@@ -18,7 +18,7 @@ on:
18
description: The level of the version to bump.
19
type: choice
20
default: 'minor'
21
- required: false
+ required: true
22
options:
23
- 'major'
24
- 'minor'
0 commit comments