ci: configure workflows

This commit is contained in:
molvqingtai 2024-09-27 17:07:13 +08:00
parent ebcffd1a42
commit 4111c40471

View file

@ -36,6 +36,6 @@ jobs:
version: latest
- run: pnpm install --ignore-scripts
- run: pnpm wxt prepare
- run: pnpx semantic-release --dry-run
- run: pnpx semantic-release
env:
GH_TOKEN: ${{ secrets.WEB_CHAT_GITHUB_TOKEN }}