8000 Merge branch 'main' into Vvaradinov/gov-vote-weighted-tx · evmos/evmos@70ba236 · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

feat(gov): Add VoteWeighted transaction, unit and integration tests. #838

feat(gov): Add VoteWeighted transaction, unit and integration tests.

feat(gov): Add VoteWeighted transaction, unit and integration tests. #838

name: goreleaser-dry-run
on:
pull_request:
branches:
- main
- release/**
permissions: read-all
jobs:
goreleaser:
runs-on: ubuntu-latest
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: release dry run
run: make release-dry-run
0