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.
2 parents 61fcc22 + bcedebc commit 3288616Copy full SHA for 3288616
.github/workflows/create_release.yml
@@ -36,6 +36,6 @@ jobs:
36
with:
37
tag_name: ${{ steps.tag_version.outputs.new_tag }}
38
release_name: ${{ steps.tag_version.outputs.new_tag }}
39
- body: "Changelog: /en/v${{github.event.inputs.version-major}}.${{github.event.inputs.version-minor}}.x/changelog.html"
+ body: "Changelog: https://tkclasswizard.readthedocs.io/en/v${{github.event.inputs.version-major}}.${{github.event.inputs.version-minor}}.x/changelog.html"
40
draft: false
41
prerelease: false
0 commit comments