Compare commits
2 Commits
Author | SHA1 | Date | |
---|---|---|---|
503d248140 | |||
9c310c714a |
@ -12,14 +12,12 @@ builds:
|
|||||||
goos:
|
goos:
|
||||||
- linux
|
- linux
|
||||||
- windows
|
- windows
|
||||||
- darwin
|
goarch:
|
||||||
|
- amd64
|
||||||
archives:
|
archives:
|
||||||
- replacements:
|
- format_overrides:
|
||||||
darwin: Darwin
|
- goos: windows
|
||||||
linux: Linux
|
format: zip
|
||||||
windows: Windows
|
|
||||||
386: i386
|
|
||||||
amd64: x86_64
|
|
||||||
checksum:
|
checksum:
|
||||||
name_template: 'checksums.txt'
|
name_template: 'checksums.txt'
|
||||||
snapshot:
|
snapshot:
|
||||||
@ -34,4 +32,4 @@ gitea_urls:
|
|||||||
api: https://git.t-juice.club/api/v1/
|
api: https://git.t-juice.club/api/v1/
|
||||||
download: https://git.t-juice.club
|
download: https://git.t-juice.club
|
||||||
env_files:
|
env_files:
|
||||||
gitea_token: gitea_token
|
gitea_token: gitea_token
|
||||||
|
@ -38,6 +38,7 @@ 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:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user