From 545dae876912d06e90cc68a1dcb29e779c826d49 Mon Sep 17 00:00:00 2001 From: "F. Eugene Aumson" Date: Wed, 4 Sep 2024 23:44:55 +0000 Subject: [PATCH] .github/workflows: distribution: goreleaser-pro --- .github/workflows/release_awm_relayer.yml | 2 +- .github/workflows/release_signature_aggregator.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release_awm_relayer.yml b/.github/workflows/release_awm_relayer.yml index 1dd065b1..317cfd1c 100644 --- a/.github/workflows/release_awm_relayer.yml +++ b/.github/workflows/release_awm_relayer.yml @@ -66,7 +66,7 @@ jobs: - name: Run GoReleaser uses: goreleaser/goreleaser-action@v6 with: - distribution: goreleaser + distribution: goreleaser-pro version: latest args: release --clean env: diff --git a/.github/workflows/release_signature_aggregator.yml b/.github/workflows/release_signature_aggregator.yml index dc7e055a..c583dae9 100644 --- a/.github/workflows/release_signature_aggregator.yml +++ b/.github/workflows/release_signature_aggregator.yml @@ -66,7 +66,7 @@ jobs: - name: Run GoReleaser uses: goreleaser/goreleaser-action@v6 with: - distribution: goreleaser + distribution: goreleaser-pro version: latest args: release --clean --config signature-aggregator.goreleaser.yml env: