fix: cannot start with GITHUB

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

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