Skip to content

Commit

Permalink
Merge pull request #15 from aschbacd/fix/update-goreleaser-action
Browse files Browse the repository at this point in the history
Update goreleaser action
  • Loading branch information
aschbacd authored May 24, 2023
2 parents 259c258 + ccd20bf commit 92af7ee
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,17 +11,18 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Set up Go
uses: actions/setup-go@v2
uses: actions/setup-go@v4
with:
go-version: 1.20
go-version: "1.20"
- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v2.1.0
uses: goreleaser/goreleaser-action@v4
with:
distribution: goreleaser
version: latest
args: release --rm-dist
args: release --clean
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2 changes: 0 additions & 2 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,6 @@ changelog:
- Merge branch
archives:
- name_template: "{{ .ProjectName }}_{{ .Version }}_{{ .Os }}_{{ .Arch }}"
replacements:
386: i386
format_overrides:
- goos: windows
format: zip
Expand Down

0 comments on commit 92af7ee

Please sign in to comment.