We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a03b536 commit 3477287Copy full SHA for 3477287
.github/workflows/pre_release.yaml
@@ -33,7 +33,7 @@ jobs:
33
- name: Get changelog
34
id: get_changelog
35
run: |
36
- ./get-changelog.ps1 -currentVersion "${{ steps.get_version.outputs.info }}"
+ ./get-changelog.ps1 -currentVersion "${{ steps.shortversion.outputs.shortversion }}"
37
shell: pwsh
38
- name: Create Release
39
id: create_release
.github/workflows/release.yml
@@ -36,7 +36,7 @@ jobs:
40
41
42
0 commit comments