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

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