Skip to content

Commit 6b36a9d

Browse files
committed
ci: add string in aur release
1 parent e07b628 commit 6b36a9d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/release-aur.yml

+2
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,13 @@ on:
88
workflow_call:
99
inputs:
1010
version:
11+
type: string
1112
description: "Release version"
1213
required: true
1314
workflow_dispatch:
1415
inputs:
1516
version:
17+
type: string
1618
description: "Release version"
1719
required: true
1820

0 commit comments

Comments
 (0)