fix: test release flow

This commit is contained in:
molvqingtai 2024-09-28 08:02:52 +08:00
parent 04a80b7a7a
commit efa44fea4c

View file

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