Skip to content

Merge branch 'hotfix/0.8.24' #103

Merge branch 'hotfix/0.8.24'

Merge branch 'hotfix/0.8.24' #103

Workflow file for this run

name: Npm Publish
on:
push:
branches:
- main
jobs:
build-and-deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
ref: main
persist-credentials: false
- uses: actions/setup-node@v2
with:
node-version: '14'
- name: Install Dependencies
run: npm install
- name: build fonts
run: npm run build-font
- uses: JS-DevTools/npm-publish@v1
with:
token: ${{ secrets.NPM_TOKEN }}