Skip to content

Commit 109c096

Browse files
committed
unify CI
1 parent a10d7e6 commit 109c096

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/build-changelog.yml

+3-2
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,11 @@ on:
66
- develop
77

88
jobs:
9-
update_release_draft:
9+
update:
10+
name: Update
1011
runs-on: ubuntu-latest
1112
steps:
12-
- name: Run Release Drafter
13+
- name: Run
1314
uses: release-drafter/release-drafter@v5
1415
env:
1516
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)