Skip to content

fix: upgrade @cosmjs/amino from 0.32.2 to 0.32.4 #37

fix: upgrade @cosmjs/amino from 0.32.2 to 0.32.4

fix: upgrade @cosmjs/amino from 0.32.2 to 0.32.4 #37

Workflow file for this run

name: CI
on: push
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: '18'
- run: npx yarn
- name: Release
env:
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
run: npx semantic-release -b main