Skip to content

Commit

Permalink
chore(deps): update dependency goreleaser/goreleaser to v1.12.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Oct 19, 2022
1 parent affce3b commit d238fad
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
Expand Up @@ -56,7 +56,7 @@ jobs:
uses: goreleaser/goreleaser-action@v3.2.0
with:
# renovate: depName=goreleaser/goreleaser datasource=github-releases
version: v1.12.1
version: v1.12.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 @@ -30,7 +30,7 @@ jobs:
uses: goreleaser/goreleaser-action@v3.2.0
with:
# renovate: depName=goreleaser/goreleaser datasource=github-releases
version: v1.12.1
version: v1.12.2
args: release --rm-dist
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit d238fad

Please sign in to comment.