Skip to content

Commit

Permalink
chore: update goreleaser version in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
omissis committed Nov 3, 2024
1 parent 2720dfe commit 99ca504
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 @@ -42,7 +42,7 @@ jobs:
uses: goreleaser/goreleaser-action@v6
with:
distribution: goreleaser
version: "1.26.2"
version: "2.4.1"
args: release --debug --snapshot --rm-dist
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
uses: goreleaser/goreleaser-action@v6
with:
distribution: goreleaser
version: "1.26.2"
version: "2.4.1"
args: release --debug --rm-dist
env:
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
Expand All @@ -62,7 +62,7 @@ jobs:
uses: goreleaser/goreleaser-action@v6
with:
distribution: goreleaser
version: "1.26.2"
version: "2.4.1"
args: release --debug --rm-dist --release-notes=.changes/${{ github.ref_name }}.md
env:
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
Expand Down

0 comments on commit 99ca504

Please sign in to comment.