Skip to content

fix(background): 更新 lccn.lbao.site 的 api 地址 #119

fix(background): 更新 lccn.lbao.site 的 api 地址

fix(background): 更新 lccn.lbao.site 的 api 地址 #119

Workflow file for this run

name: Release
on:
push:
branches:
- master
jobs:
release:
name: Release
environment: release
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Setup Environment
uses: pnpm/action-setup@v2.1.0
with:
version: 6.26.1
- name: Setup Node.js
uses: actions/setup-node@v2
with:
node-version: '14'
cache: 'pnpm'
- name: Install dependencies
run: pnpm install
- name: Lint
run: pnpm lint
- name: Build
run: pnpm build
- name: Release
env:
PRIVATE_KEY: ${{ secrets.PRIVATE_KEY }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GIT_AUTHOR_NAME: github-actions
GIT_AUTHOR_EMAIL: 41898282+github-actions[bot]@users.noreply.github.com
GIT_COMMITTER_NAME: github-actions
GIT_COMMITTER_EMAIL: 41898282+github-actions[bot]@users.noreply.github.com
run: npx semantic-release