Skip to content

Commit

Permalink
Bump goreleaser/goreleaser-action from 2.8.0 to 2.8.1 (#66)
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 Jan 17, 2022
1 parent 296fd06 commit cfa4671
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.0
uses: goreleaser/goreleaser-action@v2.8.1
if: github.event_name == 'pull_request'
with:
args: build --snapshot --rm-dist

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

0 comments on commit cfa4671

Please sign in to comment.