From 70b3b11fc818033aa8c77a6329800fc7c8c79e58 Mon Sep 17 00:00:00 2001 From: Simon Cornet Date: Thu, 3 Apr 2025 15:38:11 +0200 Subject: [PATCH] fix(release): gorelease config file location --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 3d8c59e..430e62a 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -29,6 +29,6 @@ jobs: uses: "goreleaser/goreleaser-action@v5" with: version: "v2.8.2" - args: "release --clean --config ./.gitlab/.goreleaser.yaml" + args: "release --clean --config ./.github/.goreleaser.yaml" env: GITHUB_TOKEN: '${{ secrets.GORELEASER_GITHUB_TOKEN }}'