Skip to content

Commit

Permalink
Merge pull request #49 from bitcoin-sv/dependabot/github_actions/mast…
Browse files Browse the repository at this point in the history
…er/goreleaser/goreleaser-action-5

chore(deps): bump goreleaser/goreleaser-action from 3 to 5
  • Loading branch information
mrz1836 authored Feb 12, 2024
2 parents 5cf077b + 2d8526d commit 1509a0b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
restore-keys: |
${{ runner.os }}-go-
- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v3
uses: goreleaser/goreleaser-action@v5
with:
version: latest
args: release --skip=publish --verbose --config .goreleaser-for-linux.yml
Expand Down Expand Up @@ -77,7 +77,7 @@ jobs:
restore-keys: |
${{ runner.os }}-go-
- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v3
uses: goreleaser/goreleaser-action@v5
with:
version: latest
args: release --skip=publish --verbose --config .goreleaser-for-darwin.yml
Expand Down

0 comments on commit 1509a0b

Please sign in to comment.