mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2024-11-22 11:46:40 +00:00
[chore] Update the flags passed to goreleaser (#2869)
* [chore] Update the flags passed to goreleaser --rm-dist has been deprecated, the new flag is called --clean. Co-authored-by: tobi <tobi.smethurst@protonmail.com>
This commit is contained in:
parent
6c9bc26a6d
commit
83d24658a8
|
@ -99,7 +99,7 @@ steps:
|
||||||
commands:
|
commands:
|
||||||
# Create a snapshot build with GoReleaser.
|
# Create a snapshot build with GoReleaser.
|
||||||
- git fetch --tags
|
- git fetch --tags
|
||||||
- goreleaser release --rm-dist --snapshot
|
- goreleaser release --clean --snapshot
|
||||||
|
|
||||||
# Login to Docker, push Docker image snapshots + manifests.
|
# Login to Docker, push Docker image snapshots + manifests.
|
||||||
- /go/dockerlogin.sh
|
- /go/dockerlogin.sh
|
||||||
|
@ -136,7 +136,7 @@ steps:
|
||||||
commands:
|
commands:
|
||||||
- git fetch --tags
|
- git fetch --tags
|
||||||
- /go/dockerlogin.sh
|
- /go/dockerlogin.sh
|
||||||
- goreleaser release --rm-dist
|
- goreleaser release --clean
|
||||||
when:
|
when:
|
||||||
event:
|
event:
|
||||||
include:
|
include:
|
||||||
|
@ -193,6 +193,6 @@ steps:
|
||||||
|
|
||||||
---
|
---
|
||||||
kind: signature
|
kind: signature
|
||||||
hmac: 643cd740e2b7bcb39d7093d34f04863b5907efb72f2db8912337389df4ad9f0f
|
hmac: c07f32c63cbb8180c1a37e46ff1362c1c45586819b52c6de67366ae3504314e4
|
||||||
|
|
||||||
...
|
...
|
||||||
|
|
Loading…
Reference in a new issue