Skip to content

refactor: migrate to koishi 4.15.2, fix inject dependent (#106) #40

refactor: migrate to koishi 4.15.2, fix inject dependent (#106)

refactor: migrate to koishi 4.15.2, fix inject dependent (#106) #40

Workflow file for this run

name: Publish
on:
push:
branches:
- main
jobs:
publish:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Setup Node
uses: actions/setup-node@v3
with:
node-version: 18
- name: Install
run: yarn
- name: Build
run: yarn build
- name: Set npm token
run: |
echo "//registry.npmjs.org/:_authToken=${{ secrets.NPM_TOKEN }}" > ~/.npmrc
- name: Publish packages
run: yarn pub