Fix git tag name resource in CI pipeline

Prior to this commit, the git tag used for the GitHub release generation
was missing the "v" prefix.
This commit is contained in:
Brian Clozel
2022-05-18 16:58:05 +02:00
parent 6dc2b05616
commit b1b44946db

View File

@@ -9,4 +9,4 @@ java -jar /github-changelog-generator.jar \
${version} generated-changelog/changelog.md
echo ${version} > generated-changelog/version
echo ${version} > generated-changelog/tag
echo v${version} > generated-changelog/tag