Skip to content

fix: compatible with true type parserOptions.project (#12) #28

fix: compatible with true type parserOptions.project (#12)

fix: compatible with true type parserOptions.project (#12) #28

Workflow file for this run

name: Release
on:
push:
branches:
- fork-release
jobs:
release:
name: Release
runs-on: ubuntu-latest
steps:
- name: Checkout Repo
uses: actions/checkout@v3
with:
# This makes Actions fetch all Git history so that Changesets can generate changelogs with the correct commits
fetch-depth: 0
- name: Setup Node.js 16
uses: actions/setup-node@v3
with:
node-version: 16
- name: Install Dependencies
run: npm install
- name: Publish to npm
uses: changesets/action@v1
with:
publish: npx @changesets/cli publish
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
- name: Sync to cnpm
run: npx cnpm sync eslint-plugin-i