Skip to content

Commit ccf34f8

Browse files
committed
🐛 fix(ci): enable Git LFS in checkout for release workflow
GitHub Actions was checking out LFS pointer files instead of actual GIF binaries, causing GoReleaser to detect dirty state. Enable LFS checkout to properly fetch binary files and fix dirty state validation.
1 parent 794317f commit ccf34f8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ jobs:
2020
uses: actions/checkout@v4
2121
with:
2222
fetch-depth: 0
23+
lfs: true
2324

2425
- name: Setup Go
2526
uses: actions/setup-go@v5

0 commit comments

Comments
 (0)