diff options
author | 2024-04-26 11:42:33 +0200 | |
---|---|---|
committer | 2024-04-26 11:42:33 +0200 | |
commit | 83d24658a842dc2837a4991c5e52aa3e2b303977 (patch) | |
tree | 0ac44955706a41a4c353b7fcc40e19635f255864 | |
parent | [chore] Update setting testrig loglevel (#2870) (diff) | |
download | gotosocial-83d24658a842dc2837a4991c5e52aa3e2b303977.tar.xz |
[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>
-rw-r--r-- | .drone.yml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.drone.yml b/.drone.yml index afcba553a..57bf39502 100644 --- a/.drone.yml +++ b/.drone.yml @@ -99,7 +99,7 @@ steps: commands: # Create a snapshot build with GoReleaser. - git fetch --tags - - goreleaser release --rm-dist --snapshot + - goreleaser release --clean --snapshot # Login to Docker, push Docker image snapshots + manifests. - /go/dockerlogin.sh @@ -136,7 +136,7 @@ steps: commands: - git fetch --tags - /go/dockerlogin.sh - - goreleaser release --rm-dist + - goreleaser release --clean when: event: include: @@ -193,6 +193,6 @@ steps: --- kind: signature -hmac: 643cd740e2b7bcb39d7093d34f04863b5907efb72f2db8912337389df4ad9f0f +hmac: c07f32c63cbb8180c1a37e46ff1362c1c45586819b52c6de67366ae3504314e4 ... |