Skip to content

Commit 965a372

Browse files
authored
Fix wrong workflow (#48)
* re-enable wf * remove aws * fix wf
1 parent d9017f7 commit 965a372

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: Release Docker Image
22

3-
run-name: Release Docker Image ${{ github.event_name == 'workflow_dispatch' || '(auto-deploy)' }}
3+
run-name: Release Docker Image ${{ github.event_name == 'workflow_dispatch' && '(manual)' || '(auto-deploy)' }}
44

55
on:
66
push:
@@ -18,7 +18,7 @@ on:
1818
description: The level of the version to bump.
1919
type: choice
2020
default: 'minor'
21-
required: false
21+
required: true
2222
options:
2323
- 'major'
2424
- 'minor'

0 commit comments

Comments
 (0)