unshallow checkout to always have access to the latest tag during release
This commit is contained in:
parent
2998e1d39d
commit
20e1092604
2
.github/workflows/go.yml
vendored
2
.github/workflows/go.yml
vendored
@ -9,6 +9,8 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
with:
|
||||
fetch-depth: 0
|
||||
|
||||
- name: Set up Go
|
||||
uses: actions/setup-go@v2
|
||||
|
Reference in New Issue
Block a user