Skip to content

Commit

Permalink
Bump goreleaser/goreleaser-action from 5.1.0 to 6.0.0 (#457)
Browse files Browse the repository at this point in the history
* Bump goreleaser/goreleaser-action from 5.1.0 to 6.0.0

Bumps [goreleaser/goreleaser-action](https://github.com/goreleaser/goreleaser-action) from 5.1.0 to 6.0.0.
- [Release notes](https://github.com/goreleaser/goreleaser-action/releases)
- [Commits](goreleaser/goreleaser-action@v5.1.0...v6.0.0)

---
updated-dependencies:
- dependency-name: goreleaser/goreleaser-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

* Do not use GoReleaser option that has been removed

The [`--rm-dist` option has been removed from GoReleaser now][1], in
favour of `--clean`

[1]: https://github.com/goreleaser/goreleaser/blob/main/www/docs/deprecations.md#--rm-dist

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: John Boyes <john@agilepathway.co.uk>
  • Loading branch information
dependabot[bot] and johnboyes authored Jun 5, 2024
1 parent 26a42d7 commit 296f5eb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/github_tag_and_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,10 @@ jobs:
go-version: '1.22.4'
-
name: Run GoReleaser
uses: goreleaser/goreleaser-action@v5.1.0
uses: goreleaser/goreleaser-action@v6.0.0
with:
version: latest
args: release --rm-dist
args: release --clean
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

Expand Down

0 comments on commit 296f5eb

Please sign in to comment.