Skip to content

Commit f3543a7

Browse files
committed
chore(ci): make releaseTag required to prevent accidental pushes
Signed-off-by: Dorin Geman <dorin.geman@docker.com>
1 parent cd1e132 commit f3543a7

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,8 @@ on:
1111
default: false
1212
releaseTag:
1313
description: "Release tag"
14-
required: false
14+
required: true
1515
type: string
16-
default: "test"
1716
llamaServerVersion:
1817
description: "llama-server version"
1918
required: false

0 commit comments

Comments
 (0)