build(deps): Bump goreleaser/goreleaser-action from 2 to 3 (#12018)
This commit is contained in:
parent
3c0f55ccd4
commit
7d6cbbb66b
2
.github/workflows/cosmovisor-release.yml
vendored
2
.github/workflows/cosmovisor-release.yml
vendored
@ -24,7 +24,7 @@ jobs:
|
||||
git tag -d ${{ env.RELEASE_VERSION }} || echo "No such a tag exists before"
|
||||
git tag ${{ env.RELEASE_VERSION }} HEAD
|
||||
- name: Run GoReleaser
|
||||
uses: goreleaser/goreleaser-action@v2
|
||||
uses: goreleaser/goreleaser-action@v3
|
||||
with:
|
||||
# stick to version v0.179.0(https://github.com/cosmos/cosmos-sdk/issues/11125)
|
||||
version: v0.179.0
|
||||
|
||||
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@ -19,7 +19,7 @@ jobs:
|
||||
- name: Unshallow
|
||||
run: git fetch --prune --unshallow
|
||||
- name: Create release
|
||||
uses: goreleaser/goreleaser-action@v2.7.0
|
||||
uses: goreleaser/goreleaser-action@v3
|
||||
with:
|
||||
args: release --rm-dist --release-notes ./RELEASE_NOTES.md
|
||||
env:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user