Skip to content
This repository was archived by the owner on Jan 30, 2023. It is now read-only.

Commit 35209fa

Browse files
committed
ci: auto generate changelog
1 parent 3e25876 commit 35209fa

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

.github/workflows/release.yml

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,13 @@ jobs:
2828
persist-credentials: false
2929
fetch-depth: 0
3030

31+
- run: |
32+
cd alist-web
33+
npx changelogithub # or [email protected] if ensure the stable result
34+
cd ..
35+
env:
36+
GITHUB_TOKEN: ${{secrets.MY_TOKEN}}
37+
3138
- name: Checkout web repo
3239
uses: actions/checkout@v2
3340
with:
@@ -57,8 +64,8 @@ jobs:
5764
branch: main
5865
directory: assets
5966
repository: alist-org/assets
60-
67+
6168
- name: Release
6269
uses: softprops/action-gh-release@v1
6370
with:
64-
files: release/*
71+
files: release/*

0 commit comments

Comments
 (0)