Skip to content

Commit

Permalink
fix: downgrade GoReleaser Pro to v2.3.2, as it fails to build in v2.4…
Browse files Browse the repository at this point in the history
….4 (#6004)
  • Loading branch information
rangoo94 authored Nov 5, 2024
1 parent 130be44 commit 815175b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release-dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ jobs:
uses: goreleaser/goreleaser-action@v6
with:
distribution: goreleaser-pro
version: latest
version: 'v2.3.2' # 2.4.4 fails with "no such file or directory"
args: release -f ${{ matrix.path }} --skip=publish
env:
GITHUB_TOKEN: ${{ secrets.CI_BOT_TOKEN }}
Expand Down Expand Up @@ -222,7 +222,7 @@ jobs:
uses: goreleaser/goreleaser-action@v6
with:
distribution: goreleaser-pro
version: latest
version: 'v2.3.2' # 2.4.4 fails with "no such file or directory"
args: release -f .goreleaser-dev.yml
env:
GITHUB_TOKEN: ${{ secrets.CI_BOT_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 @@ -74,7 +74,7 @@ jobs:
uses: goreleaser/goreleaser-action@v6
with:
distribution: goreleaser-pro
version: latest
version: 'v2.3.2' # 2.4.4 fails with "no such file or directory"
args: release -f ${{ matrix.path }} --skip=publish
env:
GITHUB_TOKEN: ${{ secrets.CI_BOT_TOKEN }}
Expand Down Expand Up @@ -214,7 +214,7 @@ jobs:
uses: goreleaser/goreleaser-action@v6
with:
distribution: goreleaser-pro
version: latest
version: 'v2.3.2' # 2.4.4 fails with "no such file or directory"
args: release -f .goreleaser.yml
env:
GITHUB_TOKEN: ${{ secrets.CI_BOT_TOKEN }}
Expand Down

0 comments on commit 815175b

Please sign in to comment.