remove build folder after linting to enable clean state repo for goreleaser
This commit is contained in:
parent
7f01d016a4
commit
d3a3969aee
3
.github/workflows/go.yml
vendored
3
.github/workflows/go.yml
vendored
@ -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: |
|
||||
|
Reference in New Issue
Block a user