Browse Source

Fix spelling

pull/883/head
Hamish Coleman 3 years ago
parent
commit
11512fe1c8
  1. 2
      .github/workflows/tests.yml

2
.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

Loading…
Cancel
Save