Skip to content

Commit

Permalink
fix: pin goreleaser to v0.123
Browse files Browse the repository at this point in the history
Related to goreleaser/goreleaser#1294

Signed-off-by: Gianluca Arbezzano <[email protected]>
  • Loading branch information
Gianluca Arbezzano committed Jan 8, 2020
1 parent 28ba437 commit 0f80d22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
name: Run GoReleaser
uses: goreleaser/[email protected]
with:
version: latest
version: v0.123.0
args: release --rm-dist
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 0f80d22

Please sign in to comment.