From a24f28db82974bcdf2310ee8d5d0b36a84e9acf3 Mon Sep 17 00:00:00 2001 From: Jaime Pillora Date: Sat, 30 Nov 2024 11:12:41 +1100 Subject: [PATCH] update goreleaser --- .github/workflows/ci.yml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4895af71..557fac1f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -41,12 +41,14 @@ jobs: - name: Check out code uses: actions/checkout@v3 - name: goreleaser - uses: docker://goreleaser/goreleaser:latest + uses: goreleaser/goreleaser-action@v6 + with: + distribution: goreleaser # or 'goreleaser-pro' + version: "~> v2" # or 'latest', 'nightly', semver + args: release --config .github/goreleaser.yml env: GITHUB_USER: ${{ github.repository_owner }} GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - with: - args: release --config .github/goreleaser.yml # ================ # RELEASE DOCKER IMAGES (on push "v*" tag) # ================