ok fine let's delete you
All checks were successful
main / lint-frontend (push) Successful in 1m49s
main / test-frontend (push) Successful in 1m52s
main / test-backend (push) Successful in 1m50s
main / test (push) Successful in 5s
main / lint-backend (push) Successful in 2m55s
main / lint (push) Successful in 4s
main / release (push) Successful in 16m53s

This commit is contained in:
Midou 2025-05-15 20:15:57 +01:00
parent 77cd32d303
commit 7088b46519
Signed by: midou
GPG Key ID: 1D134A95FE521A7A

View File

@ -94,6 +94,8 @@ jobs:
registry: https://git.linuxcrack.zip
username: ${{ gitea.actor }}
password: ${{ secrets.USER_TOKEN }}
- name: Delete pnpm-store before building
run: rm -rf .pnpm-store/ # FIXME: not intended !!
- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v2
with: