Skip to content

fix: test failed at new koishi version (#36) #50

fix: test failed at new koishi version (#36)

fix: test failed at new koishi version (#36) #50

Workflow file for this run

name: Publish
on:
push:
branches:
- master
jobs:
publish:
uses: AwesomeHamster/workflows/.github/workflows/publish.yml@master
permissions:
contents: write
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
with:
yarn-no-immutable: true
test-before-publish: true
secrets:
npm-token: ${{ secrets.NPM_TOKEN }}
github-token: ${{ secrets.GITHUB_TOKEN }}