Skip to content

Update ONCHAIN.md

Update ONCHAIN.md #45

Workflow file for this run

# name: SSI-SDK Publish to Github Packages
# on:
# push:
# branches:
# - main
# jobs:
# build:
# runs-on: ubuntu-latest
# permissions:
# contents: read
# packages: write
# steps:
# - uses: actions/checkout@v3
# - uses: actions/setup-node@v3
# with:
# node-version: '16.x'
# registry-url: 'https://registry.npmjs.org'
# - name: Install dependencies
# run: npm ci
# - name: Run build
# run: npm run prepack
# - name: Publish
# run: npm publish
# env:
# NODE_AUTH_TOKEN: ${{ secrets.NPM_JPMC_PUBLISHER }}