Skip to content

build(deps): bump @cosmjs/tendermint-rpc from 0.31.0 to 0.31.3 #669

build(deps): bump @cosmjs/tendermint-rpc from 0.31.0 to 0.31.3

build(deps): bump @cosmjs/tendermint-rpc from 0.31.0 to 0.31.3 #669

Workflow file for this run

name: "Workflow Dispatch"
on: push
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
call-lint:
name: "Lint"
uses: ./.github/workflows/lint.yml
call-build:
name: "Build & Test"
uses: ./.github/workflows/build.yml
call-deploy:
name: "Deploy"
needs: [ call-lint, call-build ]
uses: ./.github/workflows/deploy.yml
secrets: inherit
call-release:
name: "Release"
needs: [ call-lint, call-build ]
if: ${{ github.ref_protected == true }}
uses: ./.github/workflows/release.yml
secrets: inherit