Skip to content

Commit

Permalink
ci: bump goreleaser/goreleaser-action from 5 to 6 (#53)
Browse files Browse the repository at this point in the history
* ci: bump goreleaser/goreleaser-action from 5 to 6

Bumps [goreleaser/goreleaser-action](https://github.com/goreleaser/goreleaser-action) from 5 to 6.
- [Release notes](https://github.com/goreleaser/goreleaser-action/releases)
- [Commits](goreleaser/goreleaser-action@v5...v6)

---
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>

* --rm-dist -> --clean

* GoReleaser v2

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Kazumichi Yamamoto <yamamoto.febc@gmail.com>
  • Loading branch information
dependabot[bot] and yamamoto-febc authored Jun 19, 2024
1 parent c2d3367 commit c6e90ea
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@ jobs:
go-version-file: 'go.mod'

- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v5
uses: goreleaser/goreleaser-action@v6
with:
version: latest
args: release --rm-dist
args: release --clean
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
7 changes: 4 additions & 3 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
build:
skip: true
version: 2
builds:
- skip: true
release:
draft: false
changelog:
skip: false
disable: true

0 comments on commit c6e90ea

Please sign in to comment.