mirror of
https://github.com/nonebot/nonebot2.git
synced 2025-02-20 09:38:23 +08:00
👷 发布机器人使用 latest 标签 (#1690)
This commit is contained in:
parent
c03e4161c7
commit
6358d07fbd
4
.github/workflows/publish-bot.yml
vendored
4
.github/workflows/publish-bot.yml
vendored
@ -33,7 +33,7 @@ jobs:
|
|||||||
- name: Test Plugin
|
- name: Test Plugin
|
||||||
id: plugin-test
|
id: plugin-test
|
||||||
run: |
|
run: |
|
||||||
curl -sSL https://raw.githubusercontent.com/nonebot/nonebot2-publish-bot/main/plugin_test.py -o plugin_test.py
|
curl -sSL https://github.com/nonebot/nonebot2-publish-bot/releases/latest/download/plugin_test.py -o plugin_test.py
|
||||||
python plugin_test.py
|
python plugin_test.py
|
||||||
publish_bot:
|
publish_bot:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
@ -45,7 +45,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
token: ${{ secrets.GH_TOKEN }}
|
token: ${{ secrets.GH_TOKEN }}
|
||||||
- name: NoneBot2 Publish Bot
|
- name: NoneBot2 Publish Bot
|
||||||
uses: docker://ghcr.io/nonebot/nonebot2-publish-bot:main
|
uses: docker://ghcr.io/nonebot/nonebot2-publish-bot:latest
|
||||||
with:
|
with:
|
||||||
token: ${{ secrets.GH_TOKEN }}
|
token: ${{ secrets.GH_TOKEN }}
|
||||||
config: >
|
config: >
|
||||||
|
Loading…
x
Reference in New Issue
Block a user