fix: cannot start with GITHUB

This commit is contained in:
Rotten-LKZ 2024-01-28 03:42:11 +08:00
parent bfdb2835c6
commit f341e9f6e1

View File

@ -1,8 +1,6 @@
name: "publish"
on:
push:
branches:
- main
tags:
- "v*"
@ -35,4 +33,4 @@ jobs:
with:
artifacts: "LLOneBot.zip"
draft: true
token: ${{ secrets.GITHUB_TOKEN }}
token: ${{ secrets.RELEASE_TOKEN }}