Skip to content

Commit 519d219

Browse files
authored
Ci cd/fetch all (#456)
Fetch all tags and branches
1 parent 524b102 commit 519d219

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.github/workflows/gitsplit.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,9 @@ jobs:
9898
split_repository: 'signature-pack'
9999

100100
steps:
101-
- uses: actions/checkout@v2
101+
- uses: actions/checkout@v3
102+
with:
103+
fetch-depth: 0
102104

103105
# no tag
104106
-

.github/workflows/release-on-milestone-closed.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,8 @@ jobs:
7878
steps:
7979
- name: "Checkout"
8080
uses: "actions/checkout@v3"
81+
with:
82+
fetch-depth: 0
8183

8284
- name: "Bump Changelog Version On Originating Release Branch"
8385
uses: "laminas/automatic-releases@1.24.0"

0 commit comments

Comments
 (0)