build: pin to goreleaser v18 [ci skip]

See coop-cloud/organising#474
This commit is contained in:
decentral1se 2023-07-29 00:21:35 +02:00
parent 73ad0a802e
commit 8fa9419c99
Signed by: decentral1se
GPG Key ID: 03789458B3D0C410
1 changed files with 2 additions and 2 deletions

View File

@ -33,7 +33,7 @@ steps:
event: tag
- name: release
image: golang:1.20
image: goreleaser/goreleaser:v1.18.2
environment:
GITEA_TOKEN:
from_secret: goreleaser_gitea_token
@ -41,7 +41,7 @@ steps:
- name: deps
path: /go
commands:
- curl -sL https://git.io/goreleaser | bash
- goreleaser release
depends_on:
- fetch
when: