Skip to content

Commit

Permalink
Bump GoReleaser version (#319)
Browse files Browse the repository at this point in the history
  • Loading branch information
wata727 authored Mar 27, 2022
1 parent 00debd0 commit 18b19a5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,5 @@ jobs:
- name: goreleaser check
uses: goreleaser/goreleaser-action@v2
with:
version: v0.178.0
version: v1.7.0
args: check
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v2
with:
version: v0.178.0
version: v1.7.0
args: release --rm-dist
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 18b19a5

Please sign in to comment.