mirror of
https://github.com/eliasstepanik/caddy-ingess.git
synced 2026-01-10 03:58:28 +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
|
||||
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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user