diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index e79d258..d329c1a 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -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