remove linter binary after linting to enable clean state repo for goreleaser

This commit is contained in:
Bastian Doetsch 2022-03-07 20:09:48 +01:00
parent 5f3f234fff
commit 7f01d016a4
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
- name: Create release tag
run: |
git tag "v$(git show -s --format=%cd --date=format:%Y%m%d.%H%M%S)"