Skip to content

Commit

Permalink
Bump goreleaser/goreleaser-action from 3.2.0 to 4.1.0 (#115)
Browse files Browse the repository at this point in the history
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Franck Nijhof <git@frenck.dev>
  • Loading branch information
dependabot[bot] and frenck authored Dec 29, 2022
1 parent 332c895 commit 32d3d2b
Show file tree
Hide file tree
Showing 2 changed files with 3 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@v3.2.0
uses: goreleaser/goreleaser-action@v4.1.0
if: github.event_name == 'pull_request'
with:
args: build --snapshot --rm-dist

- name: Run GoReleaser release
uses: goreleaser/goreleaser-action@v3.2.0
uses: goreleaser/goreleaser-action@v4.1.0
if: github.event_name == 'release'
with:
args: release --rm-dist
Expand Down
1 change: 1 addition & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
project_name: os-agent
before:
hooks:
- go mod tidy
Expand Down

0 comments on commit 32d3d2b

Please sign in to comment.