Skip to content

Commit

Permalink
chore(deps): update goreleaser/goreleaser-action commit hash to c127c9b
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot authored and renovate[bot] committed Feb 27, 2022
1 parent 8e946e6 commit e9b0734
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 @@ -25,11 +25,11 @@ jobs:
with:
fetch-depth: 0
- if: "!startsWith(github.ref, 'refs/tags/v')"
uses: goreleaser/goreleaser-action@79d4afbba1b4eff8b9a98e3d2e58c4dbaf094e2b # renovate: tag=v2
uses: goreleaser/goreleaser-action@c127c9be6187cfff52edfac7c51b1834a47995d7 # tag=v2
with:
args: build --rm-dist --snapshot
- if: startsWith(github.ref, 'refs/tags/v')
uses: goreleaser/goreleaser-action@79d4afbba1b4eff8b9a98e3d2e58c4dbaf094e2b # renovate: tag=v2
uses: goreleaser/goreleaser-action@c127c9be6187cfff52edfac7c51b1834a47995d7 # tag=v2
with:
args: release --rm-dist
env:
Expand Down

0 comments on commit e9b0734

Please sign in to comment.