Skip to content

Commit

Permalink
Set releaser version
Browse files Browse the repository at this point in the history
  • Loading branch information
peterklijn committed Feb 4, 2022
1 parent 3921145 commit 67966cf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@ jobs:
go-version: 1.17

- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v1.4.1
uses: goreleaser/goreleaser-action@v2
with:
version: latest
version: v1.4.1
args: release --rm-dist
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 67966cf

Please sign in to comment.