Compare commits

...

2 Commits

Author SHA1 Message Date
503d248140 Change goreleaser config
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2022-01-13 11:41:30 +01:00
9c310c714a Fetch tags for goreleaser
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2022-01-13 11:28:40 +01:00
2 changed files with 7 additions and 8 deletions

View File

@ -12,14 +12,12 @@ builds:
goos:
- linux
- windows
- darwin
goarch:
- amd64
archives:
- replacements:
darwin: Darwin
linux: Linux
windows: Windows
386: i386
amd64: x86_64
- format_overrides:
- goos: windows
format: zip
checksum:
name_template: 'checksums.txt'
snapshot:

View File

@ -38,6 +38,7 @@ pipeline:
goreleaser-tagged:
image: goreleaser/goreleaser
commands:
- git fetch --tags
- echo "$GITEA_TOKEN" > gitea_token
- goreleaser release
when: