Skip to content

Commit

Permalink
Merge pull request #97 from hazcod/dependabot/github_actions/goreleas…
Browse files Browse the repository at this point in the history
…er/goreleaser-action-5

chore(deps): bump goreleaser/goreleaser-action from 4 to 5
  • Loading branch information
hazcod authored Sep 13, 2023
2 parents 5a8c4b1 + e48f9bf commit 7c13141
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
with:
go-version: ${{ steps.versions.outputs.go }}
-
uses: goreleaser/goreleaser-action@v4
uses: goreleaser/goreleaser-action@v5
with:
version: latest
args: build --config=.github/goreleaser.yml --snapshot
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
password: ${{ secrets.GITHUB_TOKEN }}
-
name: Release
uses: goreleaser/goreleaser-action@v4
uses: goreleaser/goreleaser-action@v5
with:
version: latest
args: release --config=.github/goreleaser.yml --clean
Expand Down

0 comments on commit 7c13141

Please sign in to comment.