Skip to content

Release

Release #565

Workflow file for this run

name: Release
on:
workflow_dispatch:
schedule:
- cron: '15 8,20 * * *'
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: pnpm/action-setup@v4
with:
version: 9
- name: Checkout
uses: actions/checkout@v3
- name: Build
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
DOWNLOAD_TOKEN: ${{ secrets.DOWNLOAD_TOKEN }}
CZDB_TOKEN: ${{ secrets.CZDB_TOKEN }}
run: |
pnpm i
pnpm run build