diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index cb6fc0c..170b892 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -20,7 +20,7 @@ jobs: - name: Set up Go uses: actions/setup-go@v3 with: - go-version: 1.20 + go-version: "1.20" - name: Docker Login uses: docker/login-action@v2 with: @@ -31,6 +31,6 @@ jobs: uses: goreleaser/goreleaser-action@v4 with: version: latest - args: release --rm-dist + args: release --clean env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} diff --git a/.goreleaser.yml b/.goreleaser.yml index 98f0a4e..2c16075 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -7,11 +7,6 @@ builds: - CGO_ENABLED=0 goos: - linux -archives: - - replacements: - linux: Linux - 386: i386 - amd64: x86_64 checksum: name_template: 'checksums.txt' snapshot: