Skip to content

Commit

Permalink
ci: fix goreleaser workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
zekker6 committed Feb 25, 2023
1 parent c8df5f4 commit ebeecc0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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 }}
5 changes: 0 additions & 5 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit ebeecc0

Please sign in to comment.