Skip to content
This repository has been archived by the owner on Sep 8, 2023. It is now read-only.

1.0.11 Updated contracts and fixed cancel / onboarding signers #13

1.0.11 Updated contracts and fixed cancel / onboarding signers

1.0.11 Updated contracts and fixed cancel / onboarding signers #13

Workflow file for this run

on:
release:
types: [published]
name: Publish to NPM
jobs:
publish:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: "18"
registry-url: https://registry.npmjs.org
- run: yarn install --immutable
- run: yarn build
- run: npm publish
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}