From e474a17f1fa6d269586b244df16808a3d9644ff2 Mon Sep 17 00:00:00 2001 From: AdamWang-TrendMicro <112366146+AdamWang-TrendMicro@users.noreply.github.com> Date: Mon, 22 Jul 2024 11:12:31 +1000 Subject: [PATCH] Update release workflow (#82) * Update release workflow * Update goreleaser config version --- .github/workflows/release.yml | 2 +- .gitignore | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index e664948..3b083e7 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -46,7 +46,7 @@ jobs: name: Run GoReleaser uses: goreleaser/goreleaser-action@v3.0.0 with: - version: latest + version: 2 args: release --clean env: GPG_FINGERPRINT: ${{ steps.import_gpg.outputs.fingerprint }} diff --git a/.gitignore b/.gitignore index 5e8b258..56fdd04 100755 --- a/.gitignore +++ b/.gitignore @@ -36,6 +36,7 @@ note.txt *.hcl *.tfvars sample/ +runner/ # Keep windows files with windows line endings *.winfile eol=crlf