We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c4d4db9 commit f1747b4Copy full SHA for f1747b4
1 file changed
.github/workflows/release.yaml
@@ -50,7 +50,7 @@ jobs:
50
with:
51
go-version: "1.22"
52
- name: git cleanup
53
- run: git clean -f
+ run: git clean -f && git checkout frontend/yarn.lock
54
- name: Run GoReleaser
55
uses: goreleaser/goreleaser-action@v2
56
0 commit comments