Skip to content

Commit

Permalink
ci: update goreleaser version
Browse files Browse the repository at this point in the history
  • Loading branch information
Cian911 committed Aug 18, 2024
1 parent bf133d7 commit 6c51b4e
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 @@ -29,10 +29,10 @@ jobs:
with:
go-version: 1.23
- name: Run Release
uses: goreleaser/goreleaser-action@v2
uses: goreleaser/goreleaser-action@v6
with:
version: latest
args: release --rm-dist
args: release --clean
env:
GITHUB_TOKEN: ${{ secrets.HOMEBREW_TAP_GITHUB_TOKEN }}
ARTIFACTORY_NAME_SECRET: ${{ secrets.ARTIFACTORY_NAME_SECRET }}

0 comments on commit 6c51b4e

Please sign in to comment.