From 747ecf5e23635b550e5630618305192bdf883984 Mon Sep 17 00:00:00 2001 From: Pranav Singh Date: Sun, 10 Nov 2024 16:19:01 +0530 Subject: [PATCH] fix file path Signed-off-by: Pranav Singh --- .github/workflows/build-and-release-snapshot-plugin.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-and-release-snapshot-plugin.yml b/.github/workflows/build-and-release-snapshot-plugin.yml index 1f1fc1dc70..973e7e33d4 100644 --- a/.github/workflows/build-and-release-snapshot-plugin.yml +++ b/.github/workflows/build-and-release-snapshot-plugin.yml @@ -39,7 +39,7 @@ jobs: uses: goreleaser/goreleaser-action@v6 with: version: 2 # Use latest GoReleaser action version - args: release --clean --skip validate -f github/.goreleaser.yml # Corrected filename to root + args: release --clean --skip validate -f .github/.goreleaser.yml # Corrected filename to root env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} RELEASE_CHANNEL: "stable"