aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/.github
diff options
context:
space:
mode:
author简律纯 <hsiangnianian@outlook.com>2023-04-28 02:47:22 +0800
committer简律纯 <hsiangnianian@outlook.com>2023-04-28 02:47:22 +0800
commitae00e353db59dc8d8e443a9edc67e18fed60ef69 (patch)
treec37b7ec040baa22edade993093326c76e1f676b1 /.github
parent3fe9671636ec37a699afd67b90cc97181d2dbcfd (diff)
downloadHydroRoll-ae00e353db59dc8d8e443a9edc67e18fed60ef69.tar.gz
HydroRoll-ae00e353db59dc8d8e443a9edc67e18fed60ef69.zip
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/release.yml18
1 files changed, 17 insertions, 1 deletions
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
index 8542a3b..64a015e 100644
--- a/.github/workflows/release.yml
+++ b/.github/workflows/release.yml
@@ -30,4 +30,20 @@ jobs:
PYPI_TOKEN: ${{ secrets.PYPI_TOKEN }}
- run: poetry publish --build
- shell: bash \ No newline at end of file
+ shell: bash
+
+ - run: poetry publish --build
+ shell: bash
+ working-directory: ./packages/iamai-adapter-apscheduler
+
+ - run: poetry publish --build
+ shell: bash
+ working-directory: ./packages/iamai-adapter-cqhttp
+
+ - run: poetry publish --build
+ shell: bash
+ working-directory: ./packages/iamai-adapter-dingtalk
+
+ - run: poetry publish --build
+ shell: bash
+ working-directory: ./packages/iamai-adapter-mirai \ No newline at end of file