Skip to content

Commit 3288616

Browse files
committed
Merge branch 'develop' into 1.0.x
2 parents 61fcc22 + bcedebc commit 3288616

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/create_release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,6 @@ jobs:
3636
with:
3737
tag_name: ${{ steps.tag_version.outputs.new_tag }}
3838
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"
39+
body: "Changelog: https://tkclasswizard.readthedocs.io/en/v${{github.event.inputs.version-major}}.${{github.event.inputs.version-minor}}.x/changelog.html"
4040
draft: false
4141
prerelease: false

0 commit comments

Comments
 (0)