diff --git a/sdk_container/src/third_party/coreos-overlay/.github/workflows/common.sh b/sdk_container/src/third_party/coreos-overlay/.github/workflows/common.sh index d4e8e2c9c2..5dc71e3438 100644 --- a/sdk_container/src/third_party/coreos-overlay/.github/workflows/common.sh +++ b/sdk_container/src/third_party/coreos-overlay/.github/workflows/common.sh @@ -85,7 +85,7 @@ function generate_update_changelog() { local URL="${3}" local UPDATE_NAME="${4}" shift 4 - local file="changelog/updates/$(date '+%Y-%m-%d')-${UPDATE_NAME}-update.md" + local file="changelog/updates/$(date '+%Y-%m-%d')-${UPDATE_NAME}-${VERSION}-update.md" local -a old_links pushd "${SDK_OUTER_SRCDIR}/third_party/coreos-overlay" >/dev/null || exit