gh-action: fix goreleaser dirty state

This commit is contained in:
Maxi Quoß
2025-09-05 03:15:49 +02:00
parent 2729424b01
commit 3ecec817b5

View File

@@ -85,6 +85,8 @@ jobs:
run: |
mkdir -p backend/pb_public
tar -xzf frontend-dist.tar.gz -C backend/pb_public
git reset --hard
git clean -fd
- name: Set up Go
uses: actions/setup-go@v6