diff --git a/.github/workflows/cors.yml b/.github/workflows/cors.yml index fb85e96..f7613b8 100644 --- a/.github/workflows/cors.yml +++ b/.github/workflows/cors.yml @@ -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: