Skip to content

Commit

Permalink
fix: upgrade of goreleaser configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
mvanholsteijn committed Nov 4, 2023
1 parent 47a7a32 commit 4f09857
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release-binaries.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,13 @@ jobs:
uses: goreleaser/goreleaser-action@v3
with:
version: latest
args: release --snapshot --rm-dist
args: release --snapshot --clean
-
name: release binaries
if: github.ref_name != 'master'
uses: goreleaser/goreleaser-action@v3
with:
version: latest
args: release --rm-dist
args: release --clean
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3 changes: 0 additions & 3 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,6 @@ builds:
- linux
- windows
- darwin
archives:
- replacements:
386: i386
checksum:
name_template: 'checksums.txt'
snapshot:
Expand Down

0 comments on commit 4f09857

Please sign in to comment.