Skip to content

Split SDK + initial cheqd support #136

Split SDK + initial cheqd support

Split SDK + initial cheqd support #136

Workflow file for this run

name: NPM Publish
#on:
# release:
# types: [published]
on: [pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: actions/setup-node@v1
with:
node-version: "20.x"
registry-url: https://registry.npmjs.org/
- run: yarn install --frozen-lockfile --ignore-scripts
- run: yarn changeset publish
env:
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}