Skip to content

Commit 3477287

Browse files
Use shortversion when generating changelog
1 parent a03b536 commit 3477287

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/pre_release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
- name: Get changelog
3434
id: get_changelog
3535
run: |
36-
./get-changelog.ps1 -currentVersion "${{ steps.get_version.outputs.info }}"
36+
./get-changelog.ps1 -currentVersion "${{ steps.shortversion.outputs.shortversion }}"
3737
shell: pwsh
3838
- name: Create Release
3939
id: create_release

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
- name: Get changelog
3737
id: get_changelog
3838
run: |
39-
./get-changelog.ps1 -currentVersion "${{ steps.get_version.outputs.info }}"
39+
./get-changelog.ps1 -currentVersion "${{ steps.shortversion.outputs.shortversion }}"
4040
shell: pwsh
4141
- name: Create Release
4242
id: create_release

0 commit comments

Comments
 (0)