Skip to content

Commit

Permalink
Revert "Try new version that shouldn't have regression"
Browse files Browse the repository at this point in the history
This reverts commit 8b24f76.
  • Loading branch information
tstirrat15 committed Sep 16, 2024
1 parent 8b24f76 commit ce0ed02
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,8 @@ jobs:
id: "goreleaser"
with:
distribution: "goreleaser-pro"
version: "2.3.1"
# Pinning to version 2.2.0 to get around a regression in 2.3.0.
version: "2.2.0"
args: "release -f .goreleaser.docker.yml --clean --split --snapshot"
env:
GORELEASER_KEY: "${{ secrets.GORELEASER_KEY }}"
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@ jobs:
- uses: "goreleaser/goreleaser-action@v6"
with:
distribution: "goreleaser-pro"
version: &goreleaser_version "2.3.1"
# Pinning to v2.2.0 to work around a regression in 2.3.0
version: &goreleaser_version "2.2.0"
args: "release --clean"
env:
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
Expand Down

0 comments on commit ce0ed02

Please sign in to comment.