mirror of
https://github.com/eliasstepanik/caddy-ingess.git
synced 2026-01-11 12:38:27 +00:00
fix(ci): Fix goreleaser tags for snapshots
This commit is contained in:
parent
dc93125700
commit
45368dc237
5
.github/workflows/main.yml
vendored
5
.github/workflows/main.yml
vendored
@ -55,6 +55,11 @@ jobs:
|
|||||||
distribution: goreleaser
|
distribution: goreleaser
|
||||||
version: latest
|
version: latest
|
||||||
args: release --snapshot --rm-dist
|
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
|
- name: Create kind cluster
|
||||||
uses: helm/kind-action@v1.2.0
|
uses: helm/kind-action@v1.2.0
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user