mirror of
https://github.com/xiaoyifang/goldendict-ng.git
synced 2024-11-27 15:24:05 +00:00
github: fetch-depth will make git rev-parse not work
This commit is contained in:
parent
d07fcaf24f
commit
e3e0c33614
2
.github/workflows/windows-6.x-xapian.yml
vendored
2
.github/workflows/windows-6.x-xapian.yml
vendored
|
@ -49,7 +49,7 @@ jobs:
|
|||
|
||||
- uses: actions/checkout@v3
|
||||
with:
|
||||
fetch-depth: 200
|
||||
fetch-depth: 0
|
||||
submodules: true
|
||||
|
||||
- name: changelog
|
||||
|
|
2
.github/workflows/windows-6.x.yml
vendored
2
.github/workflows/windows-6.x.yml
vendored
|
@ -49,7 +49,7 @@ jobs:
|
|||
|
||||
- uses: actions/checkout@v3
|
||||
with:
|
||||
fetch-depth: 200
|
||||
fetch-depth: 0
|
||||
submodules: true
|
||||
|
||||
|
||||
|
|
2
.github/workflows/windows.yml
vendored
2
.github/workflows/windows.yml
vendored
|
@ -52,7 +52,7 @@ jobs:
|
|||
# 拉取代码
|
||||
- uses: actions/checkout@v3
|
||||
with:
|
||||
fetch-depth: 200
|
||||
fetch-depth: 0
|
||||
submodules: true
|
||||
|
||||
- name: changelog
|
||||
|
|
Loading…
Reference in a new issue