Skip to content

Commit

Permalink
Bump go releaser
Browse files Browse the repository at this point in the history
Signed-off-by: Joao Pereira <joaod@vmware.com>
  • Loading branch information
joaopapereira committed Mar 23, 2023
1 parent 7d0721b commit 94d52e4
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 @@ -20,10 +20,10 @@ jobs:
with:
go-version: 1.20.1
- name: Run GoReleaser
uses: goreleaser/goreleaser-action@5e15885530fb01d81d1f24e8a6f54ebbd0fed7eb
uses: goreleaser/goreleaser-action@347176ca378cb7d09fd40e239baf5134d051d1ac
if: startsWith(github.ref, 'refs/tags/')
with:
version: 0.181.1
version: 1.16.2
args: release --rm-dist --debug ${{ env.SKIP_PUBLISH }}
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 94d52e4

Please sign in to comment.