Skip to content

Commit

Permalink
chore(deps): update dependency goreleaser/goreleaser to v1.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Apr 16, 2022
1 parent 1635ccc commit 26c19b2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint-build-test.yml
Expand Up @@ -55,7 +55,7 @@ jobs:
uses: goreleaser/goreleaser-action@v2.9.1
with:
# renovate: depName=goreleaser/goreleaser
version: v1.7.0
version: v1.8.1
args: build --snapshot --rm-dist --single-target
test:
runs-on: ubuntu-20.04
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Expand Up @@ -28,7 +28,7 @@ jobs:
uses: goreleaser/goreleaser-action@v2.9.1
with:
# renovate: depName=goreleaser/goreleaser
version: v1.7.0
version: v1.8.1
args: release --rm-dist
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 26c19b2

Please sign in to comment.