Skip to content

Commit 80b2069

Browse files
committed
Switch to 4.0.x for asan-release
1 parent 2516d71 commit 80b2069

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@ jobs:
3838
id: latest_release_commit
3939
working-directory: ruby
4040
run: |
41-
git fetch origin --depth=1 --no-tags '+refs/tags/v3_4_*:refs/tags/v3_4_*'
42-
LATEST_TAG=$(git tag --list | grep -E "v3_4_[0-9]+$" | sort -V | tail -n1)
41+
git fetch origin --depth=1 --no-tags '+refs/tags/v4.0.*:refs/tags/v4.0.*'
42+
LATEST_TAG=$(git tag --list | grep -E 'v4\.0\.[0-9]+$' | sort -V | tail -n1)
4343
git checkout "$LATEST_TAG"
4444
echo "commit=$(git rev-parse HEAD)" >> $GITHUB_OUTPUT
4545
- name: Check if latest commit already built

0 commit comments

Comments
 (0)