remove build folder after linting to enable clean state repo for goreleaser

This commit is contained in:
Bastian Doetsch 2022-03-07 21:38:48 +01:00
parent 7f01d016a4
commit d3a3969aee
No known key found for this signature in database
GPG Key ID: 1BE16C0988EB5F97

View File

@ -23,7 +23,8 @@ jobs:
- name: Lint source code
run: |
make tools lint
rm -rf .bin
rm -rf .bin/
rm -rf dist/
- name: Create release tag
run: |