We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3982f41 commit 3720b86Copy full SHA for 3720b86
.github/workflows/publish.yml
@@ -172,7 +172,7 @@ jobs:
172
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
173
INPUT_TAG_NAME: ${{ steps.set-tag.outputs.result }}
174
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"
+ INPUT_BODY: "Change log https://nocaselist.readthedocs.io/en/${{ steps.set-tag.outputs.result }}/changes.html"
176
177
#-------- Creation of stable branch
178
# Note: This does not seem to depend on the disablement of the "Restrict pushes
changes/noissue.1.fix.rst
@@ -0,0 +1 @@
1
+Dev: Fixed link to change log on GitHub release page.
0 commit comments