Skip to content

Commit

Permalink
chore(deps): update goreleaser/goreleaser-action action to v5
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot authored and ctison committed Oct 14, 2023
1 parent 3f8a1af commit 08a4c29
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cicd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,11 @@ jobs:
- run: go test -v ./...
- uses: golangci/golangci-lint-action@v3
- if: "!startsWith(github.ref, 'refs/tags/v')"
uses: goreleaser/goreleaser-action@v4
uses: goreleaser/goreleaser-action@v5
with:
args: build --rm-dist --snapshot
- if: startsWith(github.ref, 'refs/tags/v')
uses: goreleaser/goreleaser-action@v4
uses: goreleaser/goreleaser-action@v5
with:
args: release --rm-dist
env:
Expand Down

0 comments on commit 08a4c29

Please sign in to comment.