Skip to content

Commit 6088723

Browse files
authored
Merge pull request #457 from web-token/3.2.x-merge-up-into-4.0.x_0SkXAWiw
Merge release 3.2.6 into 4.0.x
2 parents 2fba4bf + 519d219 commit 6088723

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

.github/workflows/gitsplit.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
name: gitsplit
22
on:
33
push:
4+
branches:
5+
- "*.x"
46
tags:
57
- '*'
6-
release:
7-
types: [published]
88

99
env:
1010
GITHUB_TOKEN: ${{ secrets.GITSPLIT_TOKEN }}
@@ -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)