Skip to content

feat: add page variable option type (#452) #240

feat: add page variable option type (#452)

feat: add page variable option type (#452) #240

Workflow file for this run

name: Release
on:
push:
branches: [master]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
token: ${{ secrets.GH_TOKEN }}
- name: Use Node.js 14.18.2
uses: actions/setup-node@v1
with:
node-version: '14.18.2'
- run: npm install -g yarn
- run: yarn install --frozen-lockfile
- name: Run build
run: yarn build
- name: Release notes
env:
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
run: yarn semantic-release