ci: pin goreleaser version (#825)

This commit is contained in:
Ryan
2021-09-26 16:05:43 +00:00
committed by GitHub
parent 5a09eb24ca
commit b1e4844aac
2 changed files with 2 additions and 2 deletions

View File

@@ -28,7 +28,7 @@ jobs:
- name: GoReleaser
uses: goreleaser/goreleaser-action@v1
with:
version: latest
version: v0.179.0
args: release --rm-dist
env:
GITHUB_TOKEN: ${{ secrets.GORELEASER_GITHUB_TOKEN }}