fix nightly build version (#3717)

Signed-off-by: Jeff <jeffzhang@yunify.com>
This commit is contained in:
zryfish
2021-04-13 15:42:16 +08:00
committed by GitHub
parent fdfdc3c995
commit 26e5c31d8f

View File

@@ -23,6 +23,8 @@ jobs:
- name: Check out code into the Go module directory
uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Downloading go dependencies
run: go mod vendor