Compare commits
No commits in common. "master" and "v0.1.1" have entirely different histories.
@ -12,12 +12,14 @@ builds:
|
|||||||
goos:
|
goos:
|
||||||
- linux
|
- linux
|
||||||
- windows
|
- windows
|
||||||
goarch:
|
- darwin
|
||||||
- amd64
|
|
||||||
archives:
|
archives:
|
||||||
- format_overrides:
|
- replacements:
|
||||||
- goos: windows
|
darwin: Darwin
|
||||||
format: zip
|
linux: Linux
|
||||||
|
windows: Windows
|
||||||
|
386: i386
|
||||||
|
amd64: x86_64
|
||||||
checksum:
|
checksum:
|
||||||
name_template: 'checksums.txt'
|
name_template: 'checksums.txt'
|
||||||
snapshot:
|
snapshot:
|
||||||
|
@ -38,9 +38,8 @@ pipeline:
|
|||||||
goreleaser-tagged:
|
goreleaser-tagged:
|
||||||
image: goreleaser/goreleaser
|
image: goreleaser/goreleaser
|
||||||
commands:
|
commands:
|
||||||
- git fetch --tags
|
|
||||||
- echo "$GITEA_TOKEN" > gitea_token
|
- echo "$GITEA_TOKEN" > gitea_token
|
||||||
- goreleaser release
|
- goreleaser release
|
||||||
when:
|
when:
|
||||||
event: [tag]
|
event: [tag]
|
||||||
secrets: [gitea_token]
|
secrets: [ssh_key]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user