Skip to content

Commit

Permalink
fix: the bind config files
Browse files Browse the repository at this point in the history
  • Loading branch information
HsiangNianian committed Oct 22, 2023
1 parent 51e957a commit c0662c6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 10 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ jobs:

- name: Publish iamai-adapter-apscheduler
run: |
pdm install
pdm publish
shell: bash
env:
Expand All @@ -43,7 +42,6 @@ jobs:

- name: Publish iamai-adapter-dingtalk
run: |
pdm install
pdm publish
shell: bash
env:
Expand All @@ -53,7 +51,6 @@ jobs:

- name: Publish iamai-adapter-kook
run: |
pdm install
pdm publish
shell: bash
env:
Expand All @@ -63,7 +60,6 @@ jobs:

- name: Publish iamai-adapter-console
run: |
pdm install
pdm publish
shell: bash
env:
Expand All @@ -73,7 +69,6 @@ jobs:

- name: Publish iamai-adapter-bililive
run: |
pdm install
pdm publish
shell: bash
env:
Expand All @@ -83,7 +78,6 @@ jobs:

- name: Publish iamai-adapter-red
run: |
pdm install
pdm publish
shell: bash
env:
Expand All @@ -93,7 +87,6 @@ jobs:

- name: Publish iamai-adapter-onebot11
run: |
pdm install
pdm publish
shell: bash
env:
Expand Down
4 changes: 2 additions & 2 deletions packages/iamai-adapter-onebot11/README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<div align="center">
<a href="https://docs.iamai.dev/"><img src="https://raw.githubusercontent.com/retrofor/iamai/master/docs/public/logo.png" width="200" height="200" alt="logo"></a>

# iamai-Adapter-CQHTTP
# iamai-Adapter-OneBot11

**go-cqhttp 协议适配**
**onebot v11 协议适配**

</div>
2 changes: 1 addition & 1 deletion packages/iamai-adapter-onebot11/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ build-backend = "pdm.backend"

[project]
name = "iamai-adapter-onebot11"
version = "3.2.4"
version = "3.2.4-rc2"
description = "OneBot(v11) adapter for iamai."
authors = [{ name = "简律纯", email = "i@jyunko.cn" }]
dependencies = ["iamai>=3.2"]
Expand Down

0 comments on commit c0662c6

Please sign in to comment.