complete the custom ui design

This commit is contained in:
Jiaxin Peng
2024-01-28 00:11:11 +00:00
parent 8c65e471eb
commit 2a58dd3258
10 changed files with 289 additions and 167 deletions

View File

@@ -20,13 +20,13 @@ jobs:
with:
node-version: "18"
# - name: Generate changelog
# id: changelog
# uses: release-changelog/action@v1.0.0
# with:
# repo-token: ${{ secrets.REPO_ACCESS_TOKEN }}
# version: ${{ github.ref }}
# file: CHANGELOG.md
- name: Generate changelog
id: changelog
uses: saadmk11/changelog-ci@v1.1.2
with:
github_token: ${{ secrets.REPO_ACCESS_TOKEN }}
release_version: ${{ github.ref }}
changelog_filename: CHANGELOG.md
- name: Build
id: build