Skip to content

Commit 75fc6b2

Browse files
authored
fix(ci): workaround actions/checkout bug (1)
1 parent 85c1cea commit 75fc6b2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/luarocks.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ jobs:
1313
- name: Checkout repository
1414
uses: actions/checkout@v5
1515
with:
16+
fetch-depth: 1
1617
fetch-tags: true
1718

1819
- name: Install Lux

0 commit comments

Comments
 (0)