Browse Source

Get tags

QGC4.4
Don Gagne 3 years ago committed by Don Gagne
parent
commit
71baded49f
  1. 6
      .github/workflows/android_release.yml

6
.github/workflows/android_release.yml

@ -26,6 +26,12 @@ jobs: @@ -26,6 +26,12 @@ jobs:
with:
submodules: recursive
- name: Get all tags for correct version determination
working-directory: ${{ github.workspace }}
run: |
git fetch --unshallow
git fetch --all --tags
- name: Install Qt
uses: jurplel/install-qt-action@v2
with:

Loading…
Cancel
Save