Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit f5a5a20

Browse files
feat: re-run the job for version 2.24.0
1 parent f2ae42e commit f5a5a20

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.github/workflows/release.yaml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -78,13 +78,7 @@ jobs:
7878
7979
mkdir -p /tmp/binaries
8080
versions=(
81-
2.22.1
82-
2.23.0
83-
2.23.1
84-
2.23.2
85-
2.23.3
8681
2.24.0
87-
2.24.1
8882
)
8983
9084
for version in "${versions[@]}"; do

0 commit comments

Comments
 (0)