Skip to content

Commit 76e2b50

Browse files
committed
fixup! ci: automatically generate changelog.
1 parent f87c2a0 commit 76e2b50

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ jobs:
106106
asset_name: ${{ matrix.cls }}.cls
107107
tag: ${{ github.ref }}
108108

109-
changelog:
109+
upload_changelog:
110110
name: Generate changelog
111111
runs-on: ubuntu-latest
112112
outputs:
@@ -133,7 +133,7 @@ jobs:
133133
tag: ${{ github.ref }}
134134
body: ${{ steps.git-cliff.outputs.content }}
135135

136-
changelog:
136+
update_changelog:
137137
name: Generate changelog
138138
runs-on: ubuntu-latest
139139
steps:

0 commit comments

Comments
 (0)