try fix build with git tag

This commit is contained in:
criyle 2020-07-23 22:56:57 -07:00
parent 716c2cdc4e
commit cb27f84136

View File

@ -15,6 +15,7 @@ jobs:
with:
go-version: 1.14
- uses: actions/checkout@v2
- run: git fetch --prune --unshallow --tags
- name: Download dependencies
run: go mod download
- name: Build on Linux
@ -55,6 +56,7 @@ jobs:
with:
go-version: 1.14
- uses: actions/checkout@v2
- run: git fetch --prune --unshallow --tags
- name: Download dependencies
run: go mod download
- name: Build on Windows
@ -81,6 +83,7 @@ jobs:
with:
go-version: 1.14
- uses: actions/checkout@v2
- run: git fetch --prune --unshallow --tags
- name: Download dependencies
run: go mod download
- name: Build on MacOS