diff --git a/.github/workflows/build-publish-develop-pr.yml b/.github/workflows/build-publish-develop-pr.yml index d49e539e35e..2040a690f3f 100644 --- a/.github/workflows/build-publish-develop-pr.yml +++ b/.github/workflows/build-publish-develop-pr.yml @@ -99,6 +99,16 @@ jobs: persist-credentials: false ref: ${{ env.CHECKOUT_REF }} fetch-depth: 1 + fetch-tags: 'true' + + - name: Test tags + shell: bash + run: | + git tag + + echo "$GORELEASER_CURRENT_TAG" + git describe --tags --abbrev=0 HEAD + git tag --points-at HEAD - name: Setup Github Token id: token