Skip to content

Commit 8203712

Browse files
committed
[skip ci] force max-depth clone for releaserepo & unreleased commits for given tag
1 parent a1f39aa commit 8203712

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
uses: orhun/git-cliff-action@v4
6363
with:
6464
config: cliff.toml
65-
args: --latest --strip header
65+
args: --unreleased --strip header
6666
id: git-cliff
6767

6868
- name: Create Release
@@ -81,6 +81,7 @@ jobs:
8181
repository: CollapseLauncher/CollapseLauncher-ReleaseRepo
8282
path: ./target-repo
8383
token: ${{ secrets.RELEASE_REPO_TOKEN }}
84+
fetch-depth: 0
8485

8586
- name: Copy files to target repo
8687
run: |

0 commit comments

Comments
 (0)