chore: update release pipieline
ci/woodpecker/push/test Pipeline was successful Details

This commit is contained in:
Dawid Wysokiński 2024-04-25 07:29:04 +02:00
parent a6619bf688
commit faec486931
Signed by: Kichiyaki
GPG Key ID: B5445E357FB8B892
1 changed files with 0 additions and 7 deletions

View File

@ -3,16 +3,9 @@ when:
ref: refs/tags/v*
variables:
- &go_image 'golang:1.22'
- &goreleaser_image 'goreleaser/goreleaser:v1.25.1'
steps:
generate:
image: *go_image
pull: true
commands:
- make generate
release:
image: *goreleaser_image
depends_on: