diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index c7a97b2d67..8709dde316 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -138,7 +138,10 @@ jobs: - name: Get tag message if: inputs.is_production id: get_tag_message + # Explicitly fetching tags since checkout fetch-tags does not works well + # Sees: https://github.com/actions/checkout/issues/1471 run: |- + git fetch --tags echo "message<> $GITHUB_OUTPUT git tag -l --format='%(contents)' "${{ env.SHELL_UI_VERSION }}" | tail -n +4 >> $GITHUB_OUTPUT echo "EOF" >> $GITHUB_OUTPUT diff --git a/CHANGELOG.md b/CHANGELOG.md index d1cdc8edd6..1fc96281fc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -568,7 +568,9 @@ - `container_(file_descriptors|tasks_state|threads_max)` - `container_spec.*` -## Release 124.1.7 (in development) +## Release 124.1.8 (in development) + +## Release 124.1.7 ### Additions