mirror of
https://github.com/LLOneBot/LLOneBot.git
synced 2024-11-22 01:56:33 +00:00
fix: cannot start with GITHUB
This commit is contained in:
parent
bfdb2835c6
commit
f341e9f6e1
4
.github/workflows/publish.yml
vendored
4
.github/workflows/publish.yml
vendored
@ -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 }}
|
Loading…
x
Reference in New Issue
Block a user