Compare commits

..

1 Commits

Author SHA1 Message Date
WhyPilotXia c41427e999 🍻 publish plugin 抽奖报名 (#4052) 2026-06-08 01:23:13 +08:00
4 changed files with 14 additions and 10 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
+11 -7
View File
@@ -10979,17 +10979,21 @@
"is_official": false
},
{
"module_name": "nonebot_plugin_bilibili_downloader",
"project_link": "nonebot-plugin-bilidownloader-woju",
"author_id": 277260326,
"module_name": "nonebot_plugin_lottery_signup",
"project_link": "nonebot-plugin-lottery-signup",
"author_id": 86997355,
"tags": [
{
"label": "bilibili",
"color": "#ea5252"
"label": "抽奖",
"color": "#edb711"
},
{
"label": "download",
"color": "#ea5252"
"label": "报名",
"color": "#cb50e5"
},
{
"label": "定时",
"color": "#e59250"
}
],
"is_official": false