mirror of
https://github.com/stashapp/stash.git
synced 2026-03-25 14:41:18 +01:00
fetch full depth of git history for compiler
[ci] run generate with fetch depth [ci] run generate with fetch depth
This commit is contained in:
parent
c832e1a8a2
commit
a654bdd4bb
1 changed files with 4 additions and 1 deletions
5
.github/workflows/build.yml
vendored
5
.github/workflows/build.yml
vendored
|
|
@ -25,6 +25,9 @@ jobs:
|
|||
runs-on: ubuntu-24.04
|
||||
steps:
|
||||
- uses: actions/checkout@v6
|
||||
with:
|
||||
fetch-depth: 0
|
||||
fetch-tags: true
|
||||
- name: Setup Go
|
||||
uses: actions/setup-go@v6
|
||||
|
||||
|
|
@ -152,7 +155,7 @@ jobs:
|
|||
steps:
|
||||
- uses: actions/checkout@v6
|
||||
with:
|
||||
fetch-depth: 1
|
||||
fetch-depth: 0
|
||||
fetch-tags: true
|
||||
|
||||
- name: Download generated artifacts
|
||||
|
|
|
|||
Loading…
Reference in a new issue