Skip to content

Commit

Permalink
build(deps): bump goreleaser/goreleaser-action from 3 to 4 (runatlant…
Browse files Browse the repository at this point in the history
…is#2790)

Bumps [goreleaser/goreleaser-action](https://github.com/goreleaser/goreleaser-action) from 3 to 4.
- [Release notes](https://github.com/goreleaser/goreleaser-action/releases)
- [Commits](goreleaser/goreleaser-action@v3...v4)

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

Signed-off-by: dependabot[bot] <[email protected]>

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored and krrrr38 committed Dec 16, 2022
1 parent ed737f5 commit 0d43369
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 @@ -20,7 +20,7 @@ jobs:
go-version: 1.19

- name: Run GoReleaser for stable release
uses: goreleaser/goreleaser-action@v3
uses: goreleaser/goreleaser-action@v4
if: (!contains(github.ref, '-pre.'))
with:
version: v0.183.0
Expand All @@ -40,7 +40,7 @@ jobs:
env:
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
- name: Run GoReleaser for pre-release
uses: goreleaser/goreleaser-action@v3
uses: goreleaser/goreleaser-action@v4
if: contains(github.ref, '-pre.')
with:
version: v0.183.0
Expand Down

0 comments on commit 0d43369

Please sign in to comment.