Skip to content

Migrate to monorepo and add opticks cli (#75) #14

Migrate to monorepo and add opticks cli (#75)

Migrate to monorepo and add opticks cli (#75) #14

Workflow file for this run

name: Publish
on:
push:
branches:
- 'master'
concurrency: ${{ github.workflow }}-${{ github.ref }}
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: '20.8.0'
cache: 'yarn'
- run: yarn install
- name: Create Release Pull Request or Publish
id: changesets
uses: changesets/action@v1
with:
publish: yarn workspace opticks release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}