diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 4816e46..6c4217b 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -48,7 +48,7 @@ jobs: - name: Run GoReleaser uses: goreleaser/goreleaser-action@v5 with: - args: -p 3 release --clean + args: -p 3 release --clean --skip-validate --timeout 60m0s version: latest - name: Checkout Repo uses: actions/checkout@v4 diff --git a/.goreleaser.yml b/.goreleaser.yml index 7257b63..7ceba57 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -9,6 +9,7 @@ builds: dir: provider env: - CGO_ENABLED=0 + - GO111MODULE=on goarch: - amd64 - arm64 @@ -23,7 +24,6 @@ builds: changelog: disable: true release: - disable: false - prerelease: auto + disable: true snapshot: name_template: '{{ .Tag }}-SNAPSHOT'