Browse Source

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

pull/883/head
Hamish Coleman 3 years ago
parent
commit
a4f5b18308
  1. 5
      .github/workflows/tests.yml

5
.github/workflows/tests.yml

@ -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: |

Loading…
Cancel
Save