v1.8.2 - Add partial ownership transfer to UC DAO module and IBC fix #137
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: dry-run-goreleaser | |
on: | |
pull_request: | |
push: | |
branches: | |
- master | |
jobs: | |
dry-run-goreleaser: | |
runs-on: ubuntu-cpu16-ram64 | |
environment: release | |
steps: | |
- uses: actions/checkout@v4 | |
with: | |
submodules: true | |
- name: Set up Go | |
uses: actions/setup-go@v5 | |
with: | |
go-version: '1.22' | |
check-latest: true | |
- name: Pull LFS files | |
run: git lfs pull | |
- name: release dry run | |
run: make release-dry-run |