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"