Skip to content

Commit ce9c5b2

Browse files
authored
提交Workflow部署
1 parent 4ba6be0 commit ce9c5b2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: 构建发布
22

33
on:
44
push:
5-
branches: [Dev-AxTBot-v2.1] # 在当前分支推送时触发
5+
branches: [AxTBot-v2.1] # 在当前分支推送时触发
66

77
jobs:
88
Build-And-Release:
@@ -69,4 +69,4 @@ jobs:
6969
files: dist/*
7070
generate_release_notes: true
7171
env:
72-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
72+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)