We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2516d71 commit 80b2069Copy full SHA for 80b2069
.github/workflows/build.yml
@@ -38,8 +38,8 @@ jobs:
38
id: latest_release_commit
39
working-directory: ruby
40
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)
+ git fetch origin --depth=1 --no-tags '+refs/tags/v4.0.*:refs/tags/v4.0.*'
+ LATEST_TAG=$(git tag --list | grep -E 'v4\.0\.[0-9]+$' | sort -V | tail -n1)
43
git checkout "$LATEST_TAG"
44
echo "commit=$(git rev-parse HEAD)" >> $GITHUB_OUTPUT
45
- name: Check if latest commit already built
0 commit comments