Skip to content

chore(deps-dev): bump eslint from 8.34.0 to 8.40.0 #45

chore(deps-dev): bump eslint from 8.34.0 to 8.40.0

chore(deps-dev): bump eslint from 8.34.0 to 8.40.0 #45

Workflow file for this run

name: CD
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
release:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: 18
# https://github.com/semantic-release/git/issues/209,再次测试
- run: npm ci --ignore-scripts
- run: npm run build
- run: npx semantic-release
env:
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}