Skip to content

Commit

Permalink
Fix tag name issue in update-changelog workflow (#689)
Browse files Browse the repository at this point in the history
  • Loading branch information
JulioAPeraza authored Jun 1, 2022
1 parent 7555c90 commit e0d7cf5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/update-changelog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: "Update Changelog"

on:
release:
types: [released, prereleased]
types: [published]

jobs:
update:
Expand All @@ -17,8 +17,8 @@ jobs:
- name: Update Changelog
uses: stefanzweifel/changelog-updater-action@v1
with:
latest-version: ${{ github.event.release.tag_name }}
release-notes: ${{ github.event.release.body }}
latest-version: ${{ github.event.release.name }}

- name: Commit updated CHANGELOG
uses: stefanzweifel/git-auto-commit-action@v4
Expand Down

0 comments on commit e0d7cf5

Please sign in to comment.