Skip to content

Commit 7db6540

Browse files
author
juanonsoftware
committed
Fix CI to fetch all history of git repo
1 parent 5c50421 commit 7db6540

4 files changed

Lines changed: 8 additions & 0 deletions

File tree

.github/workflows/ci-develop.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ jobs:
99
runs-on: ubuntu-latest
1010
steps:
1111
- uses: actions/checkout@v4
12+
with:
13+
fetch-depth: 0
1214
- name: Create and Push new tag
1315
shell: pwsh
1416
run: |

.github/workflows/ci-hotfix.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ jobs:
99
runs-on: ubuntu-latest
1010
steps:
1111
- uses: actions/checkout@v4
12+
with:
13+
fetch-depth: 0
1214
- name: Create and Push new tag
1315
shell: pwsh
1416
run: |

.github/workflows/ci-master.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ jobs:
99
runs-on: ubuntu-latest
1010
steps:
1111
- uses: actions/checkout@v4
12+
with:
13+
fetch-depth: 0
1214
- name: Create and Push new tag
1315
shell: pwsh
1416
run: |

.github/workflows/ci-release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ jobs:
99
runs-on: ubuntu-latest
1010
steps:
1111
- uses: actions/checkout@v4
12+
with:
13+
fetch-depth: 0
1214
- name: Create and Push new tag
1315
shell: pwsh
1416
run: |

0 commit comments

Comments
 (0)