Skip to content

Commit f2ae42e

Browse files
feat: sign all releases in scope
1 parent 489f267 commit f2ae42e

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.github/workflows/release.yaml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,13 @@ jobs:
7878
7979
mkdir -p /tmp/binaries
8080
versions=(
81-
2.22.0
81+
2.22.1
82+
2.23.0
83+
2.23.1
84+
2.23.2
85+
2.23.3
86+
2.24.0
87+
2.24.1
8288
)
8389
8490
for version in "${versions[@]}"; do

0 commit comments

Comments
 (0)