Skip to content

Commit 1b1c6b0

Browse files
authored
Merge branch 'main' into cursor/SOU-181-local-repo-index-failure-95c8
2 parents 44b34e7 + 97efdbf commit 1b1c6b0

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/ghcr-publish.yml

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

0 commit comments

Comments
 (0)