fix: goreleaser version

This commit is contained in:
Jannis Mattheis
2026-01-01 13:56:56 +01:00
parent c8a3a33a7c
commit b93565b502
+1 -1
View File
@@ -31,7 +31,7 @@ jobs:
- if: startsWith(github.ref, 'refs/tags/v')
uses: goreleaser/goreleaser-action@e435ccd777264be153ace6237001ef4d979d3a7a #v6.4.0
with:
version: 2.23.2
version: 2.23.0
args: release --skip-validate
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}