Skip to content

Commit

Permalink
chore(deps): update dependency goreleaser/goreleaser to v2.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Sep 14, 2024
1 parent 901ddde commit 831b981
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 @@ -62,7 +62,7 @@ jobs:
uses: goreleaser/goreleaser-action@v6.0.0
with:
# renovate: depName=goreleaser/goreleaser datasource=github-releases
version: v2.3.0
version: v2.3.1
args: release --snapshot --skip=publish --clean
env:
PRIVATE_ACCESS_TOKEN: placeholder
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
uses: goreleaser/goreleaser-action@v6.0.0
with:
# renovate: depName=goreleaser/goreleaser datasource=github-releases
version: v2.3.0
version: v2.3.1
args: release --clean
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 831b981

Please sign in to comment.