Skip to content

Commit

Permalink
Merge pull request #226 from meltwater/bump_goreleaser
Browse files Browse the repository at this point in the history
[skip ci] bump goreleaser and action to attempt to fix releases
  • Loading branch information
bdebyl authored Sep 21, 2022
2 parents 8154b1c + 34796ea commit 3e3c798
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,9 @@ jobs:
DOCKER_PASSWORD: ${{ secrets.DOCKER_PASSWORD }}
-
name: Run GoReleaser for Release
uses: goreleaser/goreleaser-action@v1
uses: goreleaser/goreleaser-action@v3
with:
version: v0.180.3
version: v1.11.4
args: release --rm-dist
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 3e3c798

Please sign in to comment.