Compare commits

..

1 Commits

Author SHA1 Message Date
yiyuchichu c6f5cb3cc9 🍻 publish plugin VOICEVOX BRIDGE (#4046) 2026-06-07 01:01:18 +08:00
4 changed files with 15 additions and 7 deletions
+1 -1
View File
@@ -56,7 +56,7 @@ jobs:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
- name: Upload coverage report
uses: codecov/codecov-action@v7
uses: codecov/codecov-action@v6
with:
env_vars: OS,PYTHON_VERSION,PYDANTIC_VERSION
files: ./tests/coverage.xml
+1 -1
View File
@@ -33,7 +33,7 @@ jobs:
run: echo "BRANCH_NAME=$(echo ${GITHUB_REF#refs/heads/})" >> $GITHUB_ENV
- name: Deploy to Netlify
uses: nwtgck/actions-netlify@v4
uses: nwtgck/actions-netlify@v3
with:
publish-dir: "./website/build"
production-deploy: true
+1 -1
View File
@@ -58,7 +58,7 @@ jobs:
- name: Deploy to Netlify
id: deploy
uses: nwtgck/actions-netlify@v4
uses: nwtgck/actions-netlify@v3
with:
publish-dir: ./website/build
production-deploy: false
+12 -4
View File
@@ -10979,13 +10979,21 @@
"is_official": false
},
{
"module_name": "nonebot_plugin_group_historian",
"project_link": "nonebot-plugin-group-historian",
"author_id": 277260326,
"module_name": "nonebot_plugin_voicevox_bridge",
"project_link": "nonebot-plugin-voicevox-bridge",
"author_id": 110277305,
"tags": [
{
"label": "ranking",
"label": "TTS",
"color": "#ea5252"
},
{
"label": "VOICEVOX",
"color": "#20c604"
},
{
"label": "func",
"color": "#fdffc2"
}
],
"is_official": false