Skip to content

Commit b9bf89c

Browse files
fix(clients): use DefaultMaxIdleTimeout (generated)
algolia/api-clients-automation#5447 Co-authored-by: naonao2323 <[email protected]>
1 parent a50d877 commit b9bf89c

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ on:
44
push:
55
branches:
66
- main
7+
tags:
8+
- '*'
79

810
jobs:
911
release:
@@ -16,17 +18,11 @@ jobs:
1618
with:
1719
fetch-tags: true
1820

19-
- name: checkout the release tag
20-
run: |
21-
TAG=$(sed -n 's/.*version := "\(.*\)"/\1/p' version.sbt)
22-
echo "Checking out tag $TAG"
23-
git checkout "v$TAG"
24-
2521
- name: Install Java
2622
uses: actions/setup-java@v5
2723
with:
2824
distribution: zulu
29-
java-version: 11
25+
java-version: 17
3026
cache: sbt
3127

3228
- name: Compile

0 commit comments

Comments
 (0)