Skip to content

Commit

Permalink
Pin goreleaser version due to issue with rpm<=4.16
Browse files Browse the repository at this point in the history
  • Loading branch information
philipbalinov committed Jan 28, 2025
1 parent 06af91a commit b936f98
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ jobs:
uses: goreleaser/goreleaser-action@v6
with:
distribution: goreleaser
version: latest
version: v2.5.1
args: release --clean --timeout 120m
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down
4 changes: 2 additions & 2 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,14 +81,14 @@ archives:
- id: releases
format_overrides:
- goos: windows
format: zip
formats: [ 'zip' ]
files:
- none*
checksum:
name_template: '{{ .ProjectName }}_v{{ .Version }}_SHA256SUMS'
algorithm: sha256
snapshot:
name_template: "{{ .Tag }}-snapshot"
version_template: "{{ .Tag }}-snapshot"
changelog:
use: github-native
dockers: # https://goreleaser.com/customization/docker/
Expand Down

0 comments on commit b936f98

Please sign in to comment.