Skip to content

Commit

Permalink
chore(deps): update dependency goreleaser/goreleaser to v1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Nov 14, 2021
1 parent 5b91dd2 commit fb6c533
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 @@ -70,7 +70,7 @@ jobs:
uses: goreleaser/goreleaser-action@v2.8.0
with:
# renovate: goreleaser
version: v0.184.0
version: v1.0.0
args: release --snapshot --skip-publish --rm-dist
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 @@ -28,7 +28,7 @@ jobs:
uses: goreleaser/goreleaser-action@v2.8.0
with:
# renovate: goreleaser
version: v0.184.0
version: v1.0.0
args: release --rm-dist
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit fb6c533

Please sign in to comment.