Skip to content

Commit

Permalink
Merge pull request #324 from hearchco/dependabot/github_actions/gorel…
Browse files Browse the repository at this point in the history
…easer/goreleaser-action-6

build(deps): bump goreleaser/goreleaser-action from 5 to 6
  • Loading branch information
aleksasiriski authored Jun 7, 2024
2 parents dd7cf05 + 2ad17af commit 735d274
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
run: make install

- name: Release
uses: goreleaser/goreleaser-action@v5
uses: goreleaser/goreleaser-action@v6
with:
version: latest
args: release --clean --config goreleaser/release.yml
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci_main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
run: make install

- name: Snapshot release
uses: goreleaser/goreleaser-action@v5
uses: goreleaser/goreleaser-action@v6
with:
version: latest
args: release --snapshot --clean --config goreleaser/develop.yml
Expand Down

0 comments on commit 735d274

Please sign in to comment.