Skip to content

Commit

Permalink
Bump to most recent version of goreleaser
Browse files Browse the repository at this point in the history
  • Loading branch information
tstirrat15 committed Sep 18, 2024
1 parent a17a0a4 commit 3169986
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,7 @@ jobs:
- uses: "goreleaser/goreleaser-action@v6"
with:
distribution: "goreleaser-pro"
# Pinned because of a regression in 2.3.0
version: &goreleaser_version "2.2.0"
version: &goreleaser_version "2.3.2"
args: "release --clean --config=.goreleaser.windows.yml"
env:
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/security.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,7 @@ jobs:
id: "goreleaser"
with:
distribution: "goreleaser-pro"
# Pinned because of a regression in 2.2.0
version: "2.2.0"
version: "2.3.2"
args: "release --clean --split --snapshot --single-target --skip=chocolatey"
env:
GORELEASER_KEY: "${{ secrets.GORELEASER_KEY }}"
Expand Down

0 comments on commit 3169986

Please sign in to comment.