Compare commits

...

3 Commits

2 changed files with 5 additions and 3 deletions

View File

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

View File

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