From 6358d07fbde19d8255fd4018066c49fcc94bdd51 Mon Sep 17 00:00:00 2001 From: uy/sun Date: Fri, 10 Feb 2023 10:18:38 +0800 Subject: [PATCH] =?UTF-8?q?:construction=5Fworker:=20=E5=8F=91=E5=B8=83?= =?UTF-8?q?=E6=9C=BA=E5=99=A8=E4=BA=BA=E4=BD=BF=E7=94=A8=20latest=20?= =?UTF-8?q?=E6=A0=87=E7=AD=BE=20(#1690)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/publish-bot.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/publish-bot.yml b/.github/workflows/publish-bot.yml index 5807808c..b97fe867 100644 --- a/.github/workflows/publish-bot.yml +++ b/.github/workflows/publish-bot.yml @@ -33,7 +33,7 @@ jobs: - name: Test Plugin id: plugin-test 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 publish_bot: runs-on: ubuntu-latest @@ -45,7 +45,7 @@ jobs: with: token: ${{ secrets.GH_TOKEN }} - name: NoneBot2 Publish Bot - uses: docker://ghcr.io/nonebot/nonebot2-publish-bot:main + uses: docker://ghcr.io/nonebot/nonebot2-publish-bot:latest with: token: ${{ secrets.GH_TOKEN }} config: >