Skip to content

Commit

Permalink
upgrade goreleaser in release workflow
Browse files Browse the repository at this point in the history
Per https://github.com/Shopify/ejson/actions/runs/11705647618/job/32600858136

```
  ⨯ release failed after 0s                  error=only configurations files on version: 1 are supported, yours is version: 2, please update your configuration
```

# Related
- Cause #157 , which upgraded to the `version: 2` format.
  • Loading branch information
thepwagner authored Nov 6, 2024
1 parent 858fad8 commit e585e1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
uses: goreleaser/goreleaser-action@286f3b13b1b49da4ac219696163fb8c1c93e1200 # v6.0.0
with:
distribution: goreleaser
version: v1.25.1
version: v2.4.4
args: release --clean --release-notes=tmp/release_changelog.md
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit e585e1c

Please sign in to comment.