Skip to content

Commit bb13ac0

Browse files
authored
Update create-release-on-version-update.yml
1 parent f197e46 commit bb13ac0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/create-release-on-version-update.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
if: env.version_updated == 'true'
6666
id: generate_changelog
6767
run: |
68-
previous_version=${{ steps.get_latest_release.outputs.tag_name }}
68+
previous_version=${{ fromJson(steps.get_latest_release.outputs.data).tag_name }}
6969
current_version=$version
7070
repository=${{ github.repository }}
7171
changelog_url="https://github.com/$repository/compare/$previous_version...$current_version"

0 commit comments

Comments
 (0)