Of course, nobody has a standard git repo layout, so need to jump more hoops

This commit is contained in:
Hamish Coleman 2021-10-31 18:14:40 +00:00
parent d9d524a8d8
commit a4f5b18308

View File

@ -514,8 +514,9 @@ jobs:
#
- name: Checkout
run: |
git clone $GITHUB_SERVER_URL/$GITHUB_REPOSITORY $GITHUB_WORKSPACE
echo git clone $GITHUB_SERVER_URL/$GITHUB_REPOSITORY $GITHUB_WORKSPACE
git init .
git remote add origin GITHUB_SERVER_URL/$GITHUB_REPOSITORY
git fetch --tags origin +$GITHUB_SHA:$GITHUB_REF
- name: Get Tag Type
run: |