Skip to content

Commit 91aeae2

Browse files
Use release.tag_name instead of release.name
1 parent 93a4db1 commit 91aeae2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
- name: Update Changelog
4242
uses: stefanzweifel/changelog-updater-action@v1
4343
with:
44-
latest-version: ${{ github.event.release.name }}
44+
latest-version: ${{ github.event.release.tag_name }}
4545
release-notes: ${{ github.event.release.body }}
4646

4747
- name: Commit updated CHANGELOG

0 commit comments

Comments
 (0)