Skip to content

Commit

Permalink
fix(ci): downgrade go-releaser (#489)
Browse files Browse the repository at this point in the history
Just encountered an error trying to release v0.24.0
([link](https://github.com/honeycombio/terraform-provider-honeycombio/actions/runs/9518838459/job/26240664325)).

Downgrading go-releaser to get this out the door.

Related: goreleaser/goreleaser#4914
  • Loading branch information
jharley authored Jun 14, 2024
1 parent 8dd05cb commit dd9e572
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
uses: goreleaser/[email protected]
with:
distribution: goreleaser
version: "~> v2"
version: "~> v1"
args: release --clean
env:
# GitHub sets this automatically
Expand Down

0 comments on commit dd9e572

Please sign in to comment.