Skip to content

Commit

Permalink
fix: update goreleaser flags in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
omissis committed Nov 3, 2024
1 parent 99ca504 commit 0d25d8f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/development.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
with:
distribution: goreleaser
version: "2.4.1"
args: release --debug --snapshot --rm-dist
args: release --clean --snapshot
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GO_VERSION: "1.23.2"
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
with:
distribution: goreleaser
version: "2.4.1"
args: release --debug --rm-dist
args: release --clean
env:
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
GO_VERSION: "1.23.2"
Expand All @@ -63,7 +63,7 @@ jobs:
with:
distribution: goreleaser
version: "2.4.1"
args: release --debug --rm-dist --release-notes=.changes/${{ github.ref_name }}.md
args: release --clean --release-notes=.changes/${{ github.ref_name }}.md
env:
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
GO_VERSION: "1.23.2"

0 comments on commit 0d25d8f

Please sign in to comment.