1 Commits

Author SHA1 Message Date
Andrei Pohilko
f1747b41d7 Clean yarn.lock before release 2024-11-13 11:21:03 +00:00

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: