mirror of
https://github.com/zu1k/nali.git
synced 2025-01-22 13:19:02 +08:00
fix: Checkout all tags
Signed-off-by: zu1k <i@zu1k.com>
This commit is contained in:
parent
632efe8029
commit
f172e8f837
2
.github/workflows/go.yml
vendored
2
.github/workflows/go.yml
vendored
@ -32,6 +32,8 @@ jobs:
|
||||
steps:
|
||||
- name: Check out code
|
||||
uses: actions/checkout@v3
|
||||
with:
|
||||
fetch-depth: 0
|
||||
|
||||
- name: Get version
|
||||
id: version
|
||||
|
Loading…
Reference in New Issue
Block a user