Skip to content

Commit

Permalink
Bump goreleaser/goreleaser-action from 5 to 6 (#41)
Browse files Browse the repository at this point in the history
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Dominik Gedon <[email protected]>
  • Loading branch information
dependabot[bot] and nodeg authored Jul 5, 2024
1 parent d8a5ae1 commit 8690af3
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 @@ -18,9 +18,9 @@ jobs:
go-version: '1.20'

- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v5
uses: goreleaser/goreleaser-action@v6
with:
version: latest
version: "~> v2" # or 'latest', 'nightly', semver
args: release --clean
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 8690af3

Please sign in to comment.