Skip to content

Commit

Permalink
chore(deps): update dependency goreleaser/goreleaser to v1.9.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed May 27, 2022
1 parent 8773ba3 commit 82c6f0c
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@v3.0.0
with:
# renovate: depName=goreleaser/goreleaser
version: v1.9.1
version: v1.9.2
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@v3.0.0
with:
# renovate: depName=goreleaser/goreleaser
version: v1.9.1
version: v1.9.2
args: release --rm-dist
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 82c6f0c

Please sign in to comment.