Skip to content

Commit 97efdbf

Browse files
nit update workflow
1 parent f413e70 commit 97efdbf

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/ghcr-publish.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,11 @@ on:
88
branches: ["main"]
99
tags: ["v*.*.*"]
1010
workflow_dispatch:
11+
inputs:
12+
version:
13+
description: 'Version tag (e.g., v4.10.5)'
14+
required: false
15+
type: string
1116
workflow_call:
1217
inputs:
1318
version:

0 commit comments

Comments
 (0)