mirror of
https://github.com/gocsaf/csaf.git
synced 2025-12-22 05:40:11 +01:00
Improve release action
* Checkout more so we also get the release tags, using 0 as this should checkout all tags according to the documentation of https://github.com/actions/checkout
This commit is contained in:
parent
d8d6eb3f43
commit
e135628db0
1 changed files with 3 additions and 0 deletions
3
.github/workflows/release.yml
vendored
3
.github/workflows/release.yml
vendored
|
|
@ -11,6 +11,9 @@ jobs:
|
|||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v3
|
||||
with:
|
||||
# make sure that we checkou tags for git describe
|
||||
fetch-depth: 0
|
||||
|
||||
- name: Set up Go
|
||||
uses: actions/setup-go@v3
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue