Skip to content

Commit

Permalink
Merge pull request #111 from nabeken/github-renovate/goreleaser-gorel…
Browse files Browse the repository at this point in the history
…easer-action-6.x

fix(deps): update goreleaser/goreleaser-action action to v6
  • Loading branch information
nabeken authored Jun 15, 2024
2 parents f1e5ad7 + 5356202 commit c6f931d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
fetch-depth: 0

- name: Run GoReleaser
uses: goreleaser/goreleaser-action@5742e2a039330cbb23ebf35f046f814d4c6ff811 # v5
uses: goreleaser/goreleaser-action@286f3b13b1b49da4ac219696163fb8c1c93e1200 # v6
with:
version: latest
args: release --rm-dist
Expand Down
2 changes: 2 additions & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
version: 2

# This is an example goreleaser.yaml file with some sane defaults.
# Make sure to check the documentation at http://goreleaser.com
before:
Expand Down

0 comments on commit c6f931d

Please sign in to comment.