Skip to content

Commit

Permalink
Merge pull request #107 from github/hoenn/set-goreleaser-version
Browse files Browse the repository at this point in the history
Set goreleaser version explicitly
  • Loading branch information
hoenn committed Dec 20, 2023
2 parents 26713a0 + a2dff1b commit 061c97d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/releases.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
name: Run GoReleaser
uses: goreleaser/goreleaser-action@v2
with:
version: latest
version: 'v1.14.0'
args: release --rm-dist
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 061c97d

Please sign in to comment.