mirror of
https://github.com/StackExchange/dnscontrol.git
synced 2025-02-25 08:02:58 +08:00
Build(deps): Bump goreleaser/goreleaser-action from 4 to 5 (#2562)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Tom Limoncelli <tlimoncelli@stackoverflow.com>
This commit is contained in:
parent
08338b3223
commit
bf94f19345
2 changed files with 3 additions and 3 deletions
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
|
@ -46,7 +46,7 @@ jobs:
|
|||
id: build_binaries_tagged
|
||||
name: Build binaries (if tagged)
|
||||
if: github.ref_type == 'tag'
|
||||
uses: goreleaser/goreleaser-action@v4
|
||||
uses: goreleaser/goreleaser-action@v5
|
||||
with:
|
||||
distribution: goreleaser
|
||||
version: latest
|
||||
|
@ -57,7 +57,7 @@ jobs:
|
|||
id: build_binaries_not_tagged
|
||||
name: Build binaries (not tagged)
|
||||
if: github.ref_type != 'tag'
|
||||
uses: goreleaser/goreleaser-action@v4
|
||||
uses: goreleaser/goreleaser-action@v5
|
||||
with:
|
||||
distribution: goreleaser
|
||||
version: latest
|
||||
|
|
2
.github/workflows/draft_release.yml
vendored
2
.github/workflows/draft_release.yml
vendored
|
@ -59,7 +59,7 @@ jobs:
|
|||
-
|
||||
id: release
|
||||
name: Goreleaser release
|
||||
uses: goreleaser/goreleaser-action@v4
|
||||
uses: goreleaser/goreleaser-action@v5
|
||||
with:
|
||||
distribution: goreleaser
|
||||
version: latest
|
||||
|
|
Loading…
Reference in a new issue