Skip to content

Commit

Permalink
Merge pull request #35 from kounoike/dependabot/github_actions/gorele…
Browse files Browse the repository at this point in the history
…aser/goreleaser-action-4

Bump goreleaser/goreleaser-action from 3 to 4
  • Loading branch information
kounoike authored Mar 27, 2023
2 parents 16ac26e + 24c8342 commit da745ed
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,12 +47,12 @@ jobs:
cache: true
- name: Run goreleaser build
if: github.event_name == 'pull_request'
uses: goreleaser/goreleaser-action@v3
uses: goreleaser/goreleaser-action@v4
with:
args: build --snapshot --single-target
- name: Run goreleaser release
if: github.event_name != 'pull_request'
uses: goreleaser/goreleaser-action@v3
uses: goreleaser/goreleaser-action@v4
with:
args: release --auto-snapshot
env:
Expand Down

0 comments on commit da745ed

Please sign in to comment.