Skip to content

Commit

Permalink
chore: update action
Browse files Browse the repository at this point in the history
Signed-off-by: Carlos A Becker <caarlos0@users.noreply.github.com>
  • Loading branch information
caarlos0 committed Dec 13, 2022
1 parent 42a6f7d commit 4e0139f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
with:
path: dist/${{ env.goos }}
key: ${{ env.goos }}-${{ env.sha_short }}
- uses: goreleaser/goreleaser-action@v3
- uses: goreleaser/goreleaser-action@v4
if: steps.cache.outputs.cache-hit != 'true' # do not run if cache hit
with:
distribution: goreleaser-pro
Expand Down Expand Up @@ -115,7 +115,7 @@ jobs:


# release
- uses: goreleaser/goreleaser-action@v3
- uses: goreleaser/goreleaser-action@v4
if: steps.cache.outputs.cache-hit != 'true' # do not run if cache hit
with:
distribution: goreleaser-pro
Expand Down

0 comments on commit 4e0139f

Please # to comment.