Skip to content

Commit 49920ce

Browse files
committed
Work around issue with git sparse checkout and release creation
Signed-off-by: Tobias Wolf <wolf@b1-systems.de> On-behalf-of: SAP <tobias.wolf@sap.com>
1 parent 700ebb1 commit 49920ce

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/release.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,10 +38,6 @@ jobs:
3838
steps:
3939
- name: Checkout commit
4040
uses: actions/checkout@v6
41-
with:
42-
sparse-checkout: |
43-
cliff.toml
44-
sparse-checkout-cone-mode: false
4541
- uses: gardenlinux/python-gardenlinux-lib/.github/actions/setup@main
4642
- name: Use cargo cache
4743
id: cache-cargo

cliff.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,3 +78,7 @@ commit_parsers = [
7878
]
7979
# Prevent commits that are breaking from being excluded by commit parsers.
8080
filter_commits = false
81+
82+
[remote.github]
83+
owner = "gardenlinux"
84+
repo = "python-gardenlinux-lib"

0 commit comments

Comments
 (0)