Merge pull request #526 from nonebot/ci/store-publish

👷 update store publish bot
This commit is contained in:
Ju4tCode 2021-09-15 20:38:49 +08:00 committed by GitHub
commit 20d0ecfc7f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,4 +1,4 @@
name: 'Store Publish Issue Bot'
name: 'NoneBot2 Publish Bot'
on:
push:
@ -10,15 +10,15 @@ on:
types: [closed]
jobs:
issue_bot:
publish_bot:
runs-on: ubuntu-latest
name: store publish issue bot
name: nonebot2 publish bot
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: NoneBot2 Plugin Issue Bot
uses: he0119/nonebot2-plugin-issue-bot@main
- name: NoneBot2 Publish Bot
uses: nonebot/nonebot2-publish-bot@main
with:
token: ${{ secrets.GH_TOKEN }}
base: master