We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 524b102 commit 519d219Copy full SHA for 519d219
.github/workflows/gitsplit.yml
@@ -98,7 +98,9 @@ jobs:
98
split_repository: 'signature-pack'
99
100
steps:
101
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v3
102
+ with:
103
+ fetch-depth: 0
104
105
# no tag
106
-
.github/workflows/release-on-milestone-closed.yml
@@ -78,6 +78,8 @@ jobs:
78
79
- name: "Checkout"
80
uses: "actions/checkout@v3"
81
82
83
84
- name: "Bump Changelog Version On Originating Release Branch"
85
uses: "laminas/automatic-releases@1.24.0"
0 commit comments