Skip to content

Commit

Permalink
chore(deps): update goreleaser/goreleaser-action action to v3 (#91)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 13, 2023
1 parent 91bbe58 commit a462e34
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
git checkout ./
- name: Build
uses: goreleaser/goreleaser-action@v2
uses: goreleaser/goreleaser-action@v3
with:
version: latest
args: release --rm-dist --skip-publish --skip-validate
Expand Down Expand Up @@ -63,7 +63,7 @@ jobs:
go-version: "^1.18.0"

- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v2
uses: goreleaser/goreleaser-action@v3
with:
version: latest
args: release --rm-dist --release-notes=./release.md --skip-validate
Expand Down

0 comments on commit a462e34

Please sign in to comment.