Skip to content

update vite and clean up form1 (#204) #71

update vite and clean up form1 (#204)

update vite and clean up form1 (#204) #71

Workflow file for this run

name: Release
on:
push:
branches:
- master
jobs:
release:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Use Node.js 16.x
uses: actions/setup-node@v1
with:
version: 16.x
- name: Install Dependencies
run: yarn --frozen-lockfile
- name: Create Release Pull Request or Publish to npm
uses: changesets/action@master
with:
publish: yarn release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}