From f341e9f6e1b91b49be486e9b1b69c584a7301c87 Mon Sep 17 00:00:00 2001 From: Rotten-LKZ Date: Sun, 28 Jan 2024 03:42:11 +0800 Subject: [PATCH] fix: cannot start with GITHUB --- .github/workflows/publish.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 42903c2..18c6da3 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -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 }} \ No newline at end of file + token: ${{ secrets.RELEASE_TOKEN }} \ No newline at end of file