mirror of
https://github.com/MaaAssistantArknights/MaaAssistantArknights.git
synced 2026-07-19 18:47:55 +08:00
fix: gen-changelog.yml
This commit is contained in:
4
.github/workflows/gen-changelog.yml
vendored
4
.github/workflows/gen-changelog.yml
vendored
@@ -13,11 +13,11 @@ jobs:
|
||||
runs-on: windows-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- name: Bootstrap MaaDeps
|
||||
- name: Generate Changelog
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
run: |
|
||||
python3 tools/changelog_generator.py
|
||||
python3 tools/ChangelogGenerator/changelog_generator.py
|
||||
|
||||
- name: Add files to git
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user