ci: Fix unshallow, force tag download

This commit is contained in:
Matt Borgerson 2020-06-19 04:54:06 -07:00 committed by mborgerson
parent f2869790d9
commit 3aa9c3ad13
1 changed files with 4 additions and 4 deletions

View File

@ -40,7 +40,7 @@ jobs:
uses: actions/checkout@v2
- name: Clone Tree (Unshallow)
run: |
git fetch --prune --unshallow --tags
git fetch --prune --unshallow --tags -f
- name: Install Dependencies
run: |
echo "Downloading MSYS2 environment..."
@ -98,7 +98,7 @@ jobs:
uses: actions/checkout@v2
- name: Clone Tree (Unshallow)
run: |
git fetch --prune --unshallow --tags
git fetch --prune --unshallow --tags -f
- name: Install Dependencies
run: |
sudo apt-get update
@ -152,7 +152,7 @@ jobs:
uses: actions/checkout@v2
- name: Clone Tree (Unshallow)
run: |
git fetch --prune --unshallow --tags
git fetch --prune --unshallow --tags -f
- name: Install Dependencies
run: |
brew update
@ -271,7 +271,7 @@ jobs:
uses: actions/checkout@v2
- name: Clone Tree (Unshallow)
run: |
git fetch --prune --unshallow --tags
git fetch --prune --unshallow --tags -f
- name: Create Source Archive
run: |
./scripts/archive-source.sh archive.tgz