diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 1fd2f59..3ed1c8c 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -515,7 +515,7 @@ jobs: - name: Checkout run: | git init . - git remote add origin GITHUB_SERVER_URL/$GITHUB_REPOSITORY + git remote add origin $GITHUB_SERVER_URL/$GITHUB_REPOSITORY git fetch --tags origin +$GITHUB_SHA:$GITHUB_REF - name: Get Tag Type