Skip to content

Commit

Permalink
ci: specify goreleaser version
Browse files Browse the repository at this point in the history
  • Loading branch information
ahaasler committed Jun 18, 2024
1 parent d293201 commit b8c61ae
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 @@ -113,7 +113,7 @@ jobs:
- name: Release
uses: goreleaser/goreleaser-action@v2
with:
version: latest
version: v1.18.2
args: release --rm-dist --release-notes tmp/release-notes.md
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit b8c61ae

Please sign in to comment.