Skip to content

Commit

Permalink
try retrieving latest tag
Browse files Browse the repository at this point in the history
  • Loading branch information
jub0bs committed Jan 24, 2025
1 parent d145221 commit af0eb77
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/cors.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,9 @@ jobs:
name: Benchmark comparison ${{ matrix.os }} @ Go ${{ matrix.go-version }}
runs-on: ${{ matrix.os }}
steps:
- name: Retrieve latest tag
run: |
echo "$(git tag -l --sort=version:refname | tail -1)"
- name: Check out Code (old)
uses: actions/checkout@v4
with:
Expand Down

0 comments on commit af0eb77

Please sign in to comment.