Skip to content

fix(jayson): Fix url for maker when configuring jayson (#1193) #229

fix(jayson): Fix url for maker when configuring jayson (#1193)

fix(jayson): Fix url for maker when configuring jayson (#1193) #229

Workflow file for this run

name: Publish Latest
on:
push:
branches:
- main
jobs:
publish:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: '18.x'
registry-url: 'https://registry.npmjs.org'
- run: yarn install
- run: lerna run compile --concurrency=1
- run: lerna publish from-package --yes
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}