Compare commits

..

3 Commits

Author SHA1 Message Date
Bastian Doetsch
3c17eded13 remove redundant '-' from .goreleaser.yaml 2022-03-07 21:45:27 +01:00
Bastian Doetsch
d3a3969aee remove build folder after linting to enable clean state repo for goreleaser 2022-03-07 21:38:48 +01:00
Bastian Doetsch
7f01d016a4 remove linter binary after linting to enable clean state repo for goreleaser 2022-03-07 20:09:48 +01:00
2 changed files with 5 additions and 3 deletions

View File

@@ -23,7 +23,9 @@ jobs:
- name: Lint source code
run: |
make tools lint
rm -rf .bin/
rm -rf dist/
- name: Create release tag
run: |
git tag "v$(git show -s --format=%cd --date=format:%Y%m%d.%H%M%S)"

View File

@@ -7,7 +7,7 @@ before:
builds:
- flags:
- -trimpath
- env:
env:
- CGO_ENABLED=0
goos:
- linux
@@ -36,4 +36,4 @@ changelog:
filters:
exclude:
- '^docs:'
- '^test:'
- '^test:'