Skip to content

Commit

Permalink
[skip ci] bump goreleaser and action to attempt to fix releases
Browse files Browse the repository at this point in the history
  • Loading branch information
bdebyl committed Sep 21, 2022
1 parent 8154b1c commit 34796ea
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 34796ea

Please sign in to comment.