Skip to content

Commit d0ac915

Browse files
Baowen648tuhaihe
authored andcommitted
Modify weekly build release details
The branch for checkout has been changed to the main branch. Also, the environment variable for release has been changed to a built-in variable.
1 parent b446160 commit d0ac915

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/cbdb_release_weekly.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
steps:
99
- uses: actions/checkout@v3
1010
with:
11-
ref: cbdb-release-weekly
11+
ref: main
1212
fetch-depth: 0
1313
- name: Environment Setup
1414
run: |
@@ -102,4 +102,4 @@ jobs:
102102
prerelease: true
103103
generate_release_notes: true
104104
env:
105-
GITHUB_TOKEN: ${{ secrets.RELEASE_NIGHTLY }}
105+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)