Fix typo in Docker CI spec

This commit is contained in:
tyranron 2025-07-16 13:29:08 +03:00
parent f386333d00
commit 4b69110460
No known key found for this signature in database
GPG Key ID: 762E144FB230A4F0

View File

@ -103,7 +103,7 @@ jobs:
- name: Ensure CHANGELOG date is today
run: |
today="$(date '+%Y-%m-%d')"
changelog="$(grep -E '^## \[${{ ssteps.semver.outputs.group1 }}\] ·' \
changelog="$(grep -E '^## \[${{ steps.semver.outputs.group1 }}\] ·' \
CHANGELOG.md \
| cut -d' ' -f4 | tr -d ' ')"
echo "Changelog: $changelog"