We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 738c867 commit a2a5016Copy full SHA for a2a5016
.github/workflows/release.yml
@@ -48,7 +48,7 @@ jobs:
48
GIT_AUTHOR_EMAIL:
49
run: |
50
git add dist
51
- git restore --staged dist/config.yaml
+ git restore --staged dist/config.yaml dist/\*.zip dist/\*.tar.gz dist/\*.txt dist/\*.txt.sig
52
git commit -m "Add artifacts for ${GITHUB_REF#refs/tags/}"
53
if [[ $GITHUB_REF != *-* ]]; then
54
git push origin HEAD:trunk
.goreleaser.yml
@@ -5,6 +5,8 @@ before:
5
builds:
6
- env:
7
- CGO_ENABLED=0
8
+ ldflags:
9
+ - -s -w
10
goos:
11
- darwin
12
- linux
0 commit comments