Skip to content

Commit

Permalink
fixup! ci: automatically generate changelog.
Browse files Browse the repository at this point in the history
  • Loading branch information
fky2015 committed Mar 22, 2024
1 parent f87c2a0 commit 76e2b50
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ jobs:
asset_name: ${{ matrix.cls }}.cls
tag: ${{ github.ref }}

changelog:
upload_changelog:
name: Generate changelog
runs-on: ubuntu-latest
outputs:
Expand All @@ -133,7 +133,7 @@ jobs:
tag: ${{ github.ref }}
body: ${{ steps.git-cliff.outputs.content }}

changelog:
update_changelog:
name: Generate changelog
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit 76e2b50

Please sign in to comment.