Clean yarn.lock before release

This commit is contained in:
Andrei Pohilko
2024-11-13 11:21:03 +00:00
parent c4d4db9e68
commit f1747b41d7

View File

@@ -50,7 +50,7 @@ jobs:
with:
go-version: "1.22"
- name: git cleanup
run: git clean -f
run: git clean -f && git checkout frontend/yarn.lock
- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v2
with: