Temporary fix to builds
This commit is contained in:
parent
776661b372
commit
2c91e942b2
6
.github/workflows/cs-update-push.yml
vendored
6
.github/workflows/cs-update-push.yml
vendored
@ -35,9 +35,11 @@ jobs:
|
|||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
token: ${{ secrets.bot_build_repo_token }} #This is because we want to trigger a new build
|
token: ${{ secrets.bot_build_repo_token }} #This is because we want to trigger a new build
|
||||||
fetch-depth: 50 #To get the topmost git tags
|
|
||||||
fetch-tags: true
|
|
||||||
path: cs
|
path: cs
|
||||||
|
#Temporary problem git#v2.48.0 - tags aren't fetched with --tags. https://github.com/actions/checkout/issues/2041
|
||||||
|
#fetch-depth: 50 #To get the topmost git tags
|
||||||
|
#fetch-tags: true
|
||||||
|
fetch-depth: 0
|
||||||
|
|
||||||
- name: Checkout deploy-tools
|
- name: Checkout deploy-tools
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user