Skip to content

Commit

Permalink
Pin goreleaser version
Browse files Browse the repository at this point in the history
The latest version removed the replacements feature. Therefore pinning to v1.18.2
  • Loading branch information
SaschaSchwarze0 committed Oct 19, 2023
1 parent b66d3c2 commit b54612b
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 @@ -43,7 +43,7 @@ jobs:
- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v2
with:
version: latest
version: v1.18.2
args: release --rm-dist --release-notes /tmp/release-notes/Changes.md
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit b54612b

Please sign in to comment.