Skip to content

Commit

Permalink
feat: use tag name as latest version
Browse files Browse the repository at this point in the history
  • Loading branch information
Robert Kummer committed Jun 15, 2023
1 parent a29c4de commit 806d50b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update-changelog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Update Changelog
uses: stefanzweifel/changelog-updater-action@v1
with:
latest-version: ${{ github.event.release.name }}
latest-version: ${{ github.event.release.tag_name }}
release-notes: ${{ github.event.release.body }}

- name: Commit updated CHANGELOG
Expand Down

0 comments on commit 806d50b

Please sign in to comment.