diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index abcb5f9eae..5b5bf3847c 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -79,7 +79,10 @@ jobs: - name: Build documentation readthedocs run: | make -f Makefile.gh build-update-readthedocs - - run: echo "In a few minutes the release documentation will be available in https://${{ github.event.inputs.rtd_project }}.readthedocs.io/en/${{ github.event.inputs.version }}/" + - run: >- + echo In a few minutes the release documentation will be available at + https://${{ github.event.inputs.rtd_project }}.readthedocs.io/en/${{ github.event.inputs.version }}/ + | tee -a "${GITHUB_STEP_SUMMARY}" publish-to-pypi: name: Publish Avocado to PyPI