Skip to content

Merge pull request #13 from Intosoft/feat/web #25

Merge pull request #13 from Intosoft/feat/web

Merge pull request #13 from Intosoft/feat/web #25

Workflow file for this run

on:
push:
branches:
- main
jobs:
publish:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: actions/setup-node@v3
with:
cache: "yarn"
node-version: 18
- name: Install node modules
run: yarn
- name: Build
run: yarn build
- uses: JS-DevTools/npm-publish@v3
with:
token: ${{ secrets.NPM_TOKEN }}