Fix CI: Checkout with history & tags

This commit is contained in:
Emmm Monster 2021-05-16 13:50:35 +08:00
parent b517806fdb
commit 1760737121
No known key found for this signature in database
GPG Key ID: C98279C83FB50DB9
1 changed files with 2 additions and 0 deletions

View File

@ -31,6 +31,8 @@ jobs:
steps:
- name: Checkout codebase
uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Set up Go 1.x
uses: actions/setup-go@v2