Skip to content

Commit

Permalink
ci(deps): bump goreleaser/goreleaser-action from 2.8.1 to 2.9.1 (#4899)
Browse files Browse the repository at this point in the history
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 Mar 2, 2022
1 parent 32446d7 commit cd156b7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release-apispec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
with:
go-version: 1.17
- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v2.8.1
uses: goreleaser/goreleaser-action@v2.9.1
with:
version: v0.160.0
args: release --rm-dist --snapshot --skip-validate --config="./.goreleaser-apispec.yml"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
with:
go-version: 1.17
- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v2.8.1
uses: goreleaser/goreleaser-action@v2.9.1
with:
version: v0.160.0
args: release --rm-dist --snapshot --skip-validate --config="./.goreleaser-nightly.yml"
Expand Down

0 comments on commit cd156b7

Please sign in to comment.