Skip to content

Commit f1747b4

Browse files
committed
Clean yarn.lock before release
1 parent c4d4db9 commit f1747b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
with:
5151
go-version: "1.22"
5252
- name: git cleanup
53-
run: git clean -f
53+
run: git clean -f && git checkout frontend/yarn.lock
5454
- name: Run GoReleaser
5555
uses: goreleaser/goreleaser-action@v2
5656
with:

0 commit comments

Comments
 (0)