Skip to content

Commit

Permalink
Bump goreleaser/goreleaser-action from 4.1.0 to 4.1.1 (#121)
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 30, 2023
1 parent f4773e8 commit a6506a7
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@v4.1.0
uses: goreleaser/goreleaser-action@v4.1.1
if: github.event_name == 'pull_request'
with:
args: build --snapshot --rm-dist

- name: Run GoReleaser release
uses: goreleaser/goreleaser-action@v4.1.0
uses: goreleaser/goreleaser-action@v4.1.1
if: github.event_name == 'release'
with:
args: release --rm-dist
Expand Down

0 comments on commit a6506a7

Please sign in to comment.