Skip to content

build: bump wasmvm to 1.5.4 and wasmd fork to 0.50.1 (#586) #12

build: bump wasmvm to 1.5.4 and wasmd fork to 0.50.1 (#586)

build: bump wasmvm to 1.5.4 and wasmd fork to 0.50.1 (#586) #12

Workflow file for this run

name: Publish to Buf Schema Registry
# Protobuf runs buf (https://buf.build/) push updated proto files to https://buf.build/cosmos/cosmos-sdk
# This workflow is only run when a .proto file has been changed
on:
push:
branches: [main]
tags: [v*]
paths:
- proto/**
jobs:
push:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: bufbuild/buf-setup-action@v1.31.0
- uses: bufbuild/buf-push-action@v1
with:
input: proto
buf_token: ${{ secrets.BUF_TOKEN }}