From fa389c7572f0430eb51c2fefec2161bd84771578 Mon Sep 17 00:00:00 2001 From: Carlos Alexandro Becker Date: Fri, 23 Aug 2024 12:01:45 -0300 Subject: [PATCH] fix: update configurations Signed-off-by: Carlos Alexandro Becker --- .github/workflows/snapshot.yml | 4 ---- goreleaser-enterprise.yaml | 4 ++-- goreleaser-full.yaml | 4 ++-- goreleaser-glow.yaml | 4 ++-- goreleaser-mods.yaml | 4 ++-- goreleaser-semi.yaml | 4 ++-- goreleaser-simple.yaml | 4 ++-- goreleaser-soft-serve.yaml | 4 ++-- goreleaser-vhs.yaml | 4 ++-- goreleaser.yaml | 4 ++-- 10 files changed, 18 insertions(+), 22 deletions(-) diff --git a/.github/workflows/snapshot.yml b/.github/workflows/snapshot.yml index 420a849..045297b 100644 --- a/.github/workflows/snapshot.yml +++ b/.github/workflows/snapshot.yml @@ -41,10 +41,6 @@ jobs: - uses: docker/setup-qemu-action@v3 - uses: docker/setup-buildx-action@v3 - run: sudo snap install snapcraft --classic - # https://github.com/goreleaser/goreleaser/issues/1715 - - run: | - mkdir -p $HOME/.cache/snapcraft/download - mkdir -p $HOME/.cache/snapcraft/stage-packages - uses: goreleaser/goreleaser-action@v6 with: version: latest diff --git a/goreleaser-enterprise.yaml b/goreleaser-enterprise.yaml index 363d58c..713a2ac 100644 --- a/goreleaser-enterprise.yaml +++ b/goreleaser-enterprise.yaml @@ -38,10 +38,10 @@ sboms: artifacts: source snapshot: - name_template: "{{ incpatch .Version }}-snapshot" + version_template: "{{ incpatch .Version }}-snapshot" nightly: - name_template: "{{ incpatch .Version }}-devel" + version_template: "{{ incpatch .Version }}-devel" signs: - cmd: cosign diff --git a/goreleaser-full.yaml b/goreleaser-full.yaml index f4b1577..1827699 100644 --- a/goreleaser-full.yaml +++ b/goreleaser-full.yaml @@ -217,10 +217,10 @@ sboms: artifacts: source snapshot: - name_template: "{{ incpatch .Version }}-snapshot" + version_template: "{{ incpatch .Version }}-snapshot" nightly: - name_template: "{{ incpatch .Version }}-devel" + version_template: "{{ incpatch .Version }}-devel" changelog: sort: asc diff --git a/goreleaser-glow.yaml b/goreleaser-glow.yaml index d17809b..ea2546a 100644 --- a/goreleaser-glow.yaml +++ b/goreleaser-glow.yaml @@ -205,10 +205,10 @@ sboms: artifacts: source snapshot: - name_template: "{{ incpatch .Version }}-snapshot" + version_template: "{{ incpatch .Version }}-snapshot" nightly: - name_template: "{{ incpatch .Version }}-devel" + version_template: "{{ incpatch .Version }}-devel" changelog: sort: asc diff --git a/goreleaser-mods.yaml b/goreleaser-mods.yaml index 6b53b9d..84f26c3 100644 --- a/goreleaser-mods.yaml +++ b/goreleaser-mods.yaml @@ -199,10 +199,10 @@ sboms: artifacts: source snapshot: - name_template: "{{ incpatch .Version }}-snapshot" + version_template: "{{ incpatch .Version }}-snapshot" nightly: - name_template: "{{ incpatch .Version }}-devel" + version_template: "{{ incpatch .Version }}-devel" changelog: sort: asc diff --git a/goreleaser-semi.yaml b/goreleaser-semi.yaml index ad04311..793f426 100644 --- a/goreleaser-semi.yaml +++ b/goreleaser-semi.yaml @@ -214,10 +214,10 @@ sboms: artifacts: source snapshot: - name_template: "{{ incpatch .Version }}-snapshot" + version_template: "{{ incpatch .Version }}-snapshot" nightly: - name_template: "{{ incpatch .Version }}-devel" + version_template: "{{ incpatch .Version }}-devel" changelog: sort: asc diff --git a/goreleaser-simple.yaml b/goreleaser-simple.yaml index e081806..0393ac2 100644 --- a/goreleaser-simple.yaml +++ b/goreleaser-simple.yaml @@ -165,10 +165,10 @@ sboms: artifacts: source snapshot: - name_template: "{{ incpatch .Version }}-snapshot" + version_template: "{{ incpatch .Version }}-snapshot" nightly: - name_template: "{{ incpatch .Version }}-devel" + version_template: "{{ incpatch .Version }}-devel" changelog: sort: asc diff --git a/goreleaser-soft-serve.yaml b/goreleaser-soft-serve.yaml index 15f0285..8062c06 100644 --- a/goreleaser-soft-serve.yaml +++ b/goreleaser-soft-serve.yaml @@ -231,10 +231,10 @@ sboms: artifacts: source snapshot: - name_template: "{{ incpatch .Version }}-snapshot" + version_template: "{{ incpatch .Version }}-snapshot" nightly: - name_template: "{{ incpatch .Version }}-devel" + version_template: "{{ incpatch .Version }}-devel" changelog: sort: asc diff --git a/goreleaser-vhs.yaml b/goreleaser-vhs.yaml index 472b7ae..1919541 100644 --- a/goreleaser-vhs.yaml +++ b/goreleaser-vhs.yaml @@ -221,10 +221,10 @@ sboms: artifacts: source snapshot: - name_template: "{{ incpatch .Version }}-snapshot" + version_template: "{{ incpatch .Version }}-snapshot" nightly: - name_template: "{{ incpatch .Version }}-devel" + version_template: "{{ incpatch .Version }}-devel" changelog: sort: asc diff --git a/goreleaser.yaml b/goreleaser.yaml index 2408e6f..3839a7b 100644 --- a/goreleaser.yaml +++ b/goreleaser.yaml @@ -160,10 +160,10 @@ sboms: artifacts: source snapshot: - name_template: "{{ incpatch .Version }}-snapshot" + version_template: "{{ incpatch .Version }}-snapshot" nightly: - name_template: "{{ incpatch .Version }}-devel" + version_template: "{{ incpatch .Version }}-devel" changelog: sort: asc