Skip to content

Commit

Permalink
Update goreleaser/goreleaser-action action to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and gliptak committed Sep 11, 2023
1 parent d780932 commit b82ff2d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- uses: actions/setup-go@v4
with:
go-version: ${{env.GO_LATEST}}
- uses: goreleaser/goreleaser-action@v3
- uses: goreleaser/goreleaser-action@v4
if: startsWith(github.ref , 'refs/tags/v') == false
with:
args: build --snapshot
Expand All @@ -32,7 +32,7 @@ jobs:
with:
name: hcl2json
path: dist/*
- uses: goreleaser/goreleaser-action@v3
- uses: goreleaser/goreleaser-action@v4
if: startsWith(github.ref , 'refs/tags/v')
with:
args: release --rm-dist
Expand Down

0 comments on commit b82ff2d

Please sign in to comment.