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 7b24e11 commit 525a252Copy full SHA for 525a252
.github/workflows/deploy.yml
@@ -41,7 +41,7 @@ jobs:
41
- uses: jcdcdev/jcdcdev.Github.GenerateChangelog@main
42
id: changelog
43
with:
44
- version: ${{ steps.gitversion.outputs.semVer }}
+ version: "v${{ steps.gitversion.outputs.semVer }}"
45
github-token: ${{ secrets.GITHUB_TOKEN }}
46
include-version-as-heading: true
47
include-compare-link: true
0 commit comments