mirror of
https://git.unlock-music.dev/um/cli.git
synced 2025-02-16 18:41:29 +08:00
Fix CI: Checkout with history & tags
This commit is contained in:
parent
b517806fdb
commit
1760737121
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user