Skip to content
This repository has been archived by the owner on Nov 23, 2024. It is now read-only.

Commit

Permalink
chore(deps): update goreleaser/goreleaser-action action to v3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed May 22, 2022
1 parent 8e7c162 commit 684a7ef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- name: Unshallow
run: git fetch --prune --unshallow
- name: Run GoReleaser (skip publish)
uses: goreleaser/goreleaser-action@v2
uses: goreleaser/goreleaser-action@v3
if: "! startsWith(github.ref, 'refs/tags/')"
with:
version: latest
Expand All @@ -43,7 +43,7 @@ jobs:
private_key: ${{ secrets.APP_PRIVATE_KEY }}

- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v2
uses: goreleaser/goreleaser-action@v3
if: startsWith(github.ref, 'refs/tags/')
with:
version: latest
Expand Down

0 comments on commit 684a7ef

Please sign in to comment.