Skip to content

Patch and bump RoosterJS core package to 9.11.1 (#2816) #111

Patch and bump RoosterJS core package to 9.11.1 (#2816)

Patch and bump RoosterJS core package to 9.11.1 (#2816) #111

Workflow file for this run

name: Publish
on:
push:
branches:
- release
jobs:
build-and-deploy:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/[email protected]
with:
ref: release
persist-credentials: false
- name: Set Node Version
uses: actions/setup-node@v2
with:
node-version: 'v18.16.0'
- name: Install dependencies
run: yarn
- name: Build
run: npm run-script build:ci
- name: Publish
run: node tools/build.js publish --token ${{ secrets.NPM_TOKEN }}