Skip to content

fix(txvalidator): fix validator error handling #135

fix(txvalidator): fix validator error handling

fix(txvalidator): fix validator error handling #135

Workflow file for this run

name: Publish Package to npmjs
on:
push:
branches: [main]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Install and Build
run: yarn install --frozen-lockfile && yarn build
- name: Release
env:
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: npx semantic-release