Skip to content

Commit

Permalink
Merge pull request #119 from hazcod/dependabot/github_actions/gorelea…
Browse files Browse the repository at this point in the history
…ser/goreleaser-action-6

chore(deps): bump goreleaser/goreleaser-action from 5 to 6
  • Loading branch information
hazcod authored Oct 15, 2024
2 parents cd7099f + e18a038 commit 6200924
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@v5
uses: goreleaser/goreleaser-action@v6
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@v5
uses: goreleaser/goreleaser-action@v6
with:
version: latest
args: release --config=.github/goreleaser.yml --clean
Expand Down

0 comments on commit 6200924

Please sign in to comment.