Skip to content

chemotion reaction svg composer v1.1.0 #1

chemotion reaction svg composer v1.1.0

chemotion reaction svg composer v1.1.0 #1

Workflow file for this run

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