Skip to content

Commit

Permalink
Add clean up step to remove dist directory
Browse files Browse the repository at this point in the history
  • Loading branch information
tphakala committed Mar 17, 2024
1 parent 806a4ae commit 417086e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build-and-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@ jobs:
go-version: 1.22
check-latest: true

- name: Clean up dist directory
run: rm -rf dist/

- name: Install GoReleaser
uses: goreleaser/goreleaser-action@v5
with:
Expand Down

0 comments on commit 417086e

Please sign in to comment.