Skip to content

Commit 3720b86

Browse files
authored
Fixed link to change log in GitHub release (#251)
Signed-off-by: Andreas Maier <andreas.r.maier@gmx.de>
1 parent 3982f41 commit 3720b86

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ jobs:
172172
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
173173
INPUT_TAG_NAME: ${{ steps.set-tag.outputs.result }}
174174
INPUT_NAME: "Release ${{ steps.set-tag.outputs.result }}"
175-
INPUT_BODY: "Change log https://pywbem.readthedocs.io/en/${{ steps.set-tag.outputs.result }}/changes.html"
175+
INPUT_BODY: "Change log https://nocaselist.readthedocs.io/en/${{ steps.set-tag.outputs.result }}/changes.html"
176176

177177
#-------- Creation of stable branch
178178
# Note: This does not seem to depend on the disablement of the "Restrict pushes

changes/noissue.1.fix.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Dev: Fixed link to change log on GitHub release page.

0 commit comments

Comments
 (0)