Skip to content

Commit

Permalink
Configure an explicit GoReleaser version temporarily
Browse files Browse the repository at this point in the history
  • Loading branch information
hansmi committed Dec 11, 2023
1 parent caf7179 commit 75f2602
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/release.yaml
Expand Up @@ -65,7 +65,10 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
distribution: goreleaser
version: latest
# TODO: Restore "latest" once
# https://github.com/goreleaser/goreleaser/pull/4442 is available in
# a release.
version: "~> 1.21"
args: ${{ steps.vars.outputs.goreleaser_command }} ${{ steps.vars.outputs.goreleaser_args }}

- name: Asset upload
Expand Down

0 comments on commit 75f2602

Please sign in to comment.