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