Compare commits
3 Commits
Author | SHA1 | Date | |
---|---|---|---|
503d248140 | |||
9c310c714a | |||
9f7413d9d8 |
@ -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:
|
||||
|
@ -38,8 +38,9 @@ pipeline:
|
||||
goreleaser-tagged:
|
||||
image: goreleaser/goreleaser
|
||||
commands:
|
||||
- git fetch --tags
|
||||
- echo "$GITEA_TOKEN" > gitea_token
|
||||
- goreleaser release
|
||||
when:
|
||||
event: [tag]
|
||||
secrets: [ssh_key]
|
||||
secrets: [gitea_token]
|
||||
|
Loading…
x
Reference in New Issue
Block a user