fix(ci): Fix goreleaser tags for snapshots

This commit is contained in:
Marc-Antoine Fernandes 2022-05-03 18:19:50 +02:00
parent dc93125700
commit 45368dc237
No known key found for this signature in database
GPG Key ID: BEB024CA23D715A1

View File

@ -55,6 +55,11 @@ jobs:
distribution: goreleaser
version: latest
args: release --snapshot --rm-dist
env:
# Fix tag for snapshots
GORELEASER_CURRENT_TAG: v0.0.1
GORELEASER_PREVIOUS_TAG: v0.0.0
- name: Create kind cluster
uses: helm/kind-action@v1.2.0