Skip to content

Commit

Permalink
use correct goreleaser version
Browse files Browse the repository at this point in the history
  • Loading branch information
jaxxstorm committed Mar 9, 2022
1 parent b240f8d commit 9bb3ae1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,14 @@ jobs:
uses: actions/checkout@v2
- name: Unshallow clone
run: git fetch --prune --unshallow
- name: Install Go 1.14
- name: Install Go 1.17
uses: actions/setup-go@v2
with:
go-version: '1.14.x'
go-version: '1.17.x'
- name: Goreleaser publish
uses: goreleaser/goreleaser-action@v1
with:
version: v0.134.0
version: v0.164.0
args: release --rm-dist
env:
GITHUB_TOKEN: ${{ secrets.ACTIONS_TOKEN }}
Expand Down

0 comments on commit 9bb3ae1

Please sign in to comment.