From 6b5b6016146af7fe0674dec510b1b1b4f72bb57d Mon Sep 17 00:00:00 2001 From: Yunus AYDIN Date: Fri, 9 Aug 2024 20:42:09 +0300 Subject: [PATCH] Update goreleaser.yml --- .github/workflows/goreleaser.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/goreleaser.yml b/.github/workflows/goreleaser.yml index d17564e..0bb44be 100644 --- a/.github/workflows/goreleaser.yml +++ b/.github/workflows/goreleaser.yml @@ -27,7 +27,7 @@ jobs: distribution: goreleaser # 'latest', 'nightly', or a semver version: '~> v2' - args: release --clean + args: release -f .goreleaser.yml --clean env: GITHUB_TOKEN: ${{ secrets.TOKEN }} # Your GoReleaser Pro key, if you are using the 'goreleaser-pro' distribution