Skip to content

Commit

Permalink
patch goreleaser version
Browse files Browse the repository at this point in the history
  • Loading branch information
timburks committed May 19, 2022
1 parent f7ebf29 commit c76f04d
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 @@ -42,8 +42,8 @@ jobs:
uses: goreleaser/goreleaser-action@v2
with:
distribution: goreleaser
version: latest
version: v1.8.3
args: release --rm-dist
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
RELEASE_VERSION: ${{ steps.prep.outputs.version }}
RELEASE_VERSION: ${{ steps.prep.outputs.version }}

0 comments on commit c76f04d

Please sign in to comment.