Skip to content

Commit

Permalink
Bump goreleaser/goreleaser-action from 2.8.1 to 2.9.0 (#74)
Browse files Browse the repository at this point in the history
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Feb 28, 2022
1 parent fdc3e44 commit 36febff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,13 @@ jobs:
go-version: ${{ env.GOLANG_VERSION }}

- name: Run GoReleaser build
uses: goreleaser/goreleaser-action@v2.8.1
uses: goreleaser/goreleaser-action@v2.9.0
if: github.event_name == 'pull_request'
with:
args: build --snapshot --rm-dist

- name: Run GoReleaser release
uses: goreleaser/goreleaser-action@v2.8.1
uses: goreleaser/goreleaser-action@v2.9.0
if: github.event_name == 'release'
with:
args: release --rm-dist
Expand Down

0 comments on commit 36febff

Please sign in to comment.