Skip to content

Commit

Permalink
Clean yarn.lock before release
Browse files Browse the repository at this point in the history
  • Loading branch information
undera committed Nov 13, 2024
1 parent c4d4db9 commit f1747b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit f1747b4

Please sign in to comment.