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

Commit

Permalink
ci: auto generate changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
xhofe committed Jul 21, 2022
1 parent 3e25876 commit 35209fa
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,13 @@ jobs:
persist-credentials: false
fetch-depth: 0

- run: |
cd alist-web
npx changelogithub # or [email protected] if ensure the stable result
cd ..
env:
GITHUB_TOKEN: ${{secrets.MY_TOKEN}}
- name: Checkout web repo
uses: actions/checkout@v2
with:
Expand Down Expand Up @@ -57,8 +64,8 @@ jobs:
branch: main
directory: assets
repository: alist-org/assets

- name: Release
uses: softprops/action-gh-release@v1
with:
files: release/*
files: release/*

0 comments on commit 35209fa

Please sign in to comment.