diff --git a/.github/workflows/reusable-build-push.yml b/.github/workflows/reusable-build-push.yml index 7807cdb..707565a 100644 --- a/.github/workflows/reusable-build-push.yml +++ b/.github/workflows/reusable-build-push.yml @@ -32,6 +32,7 @@ jobs: fetch-depth: 2 - id: versions run: | + git log --oneline git show HEAD^:$ROS2_WS_PATH/VERSION.${{ inputs.ros_distro }} 2>/dev/null if [[ $? == 0 ]]; then PREV_VERSION=$(git show HEAD^:$ROS2_WS_PATH/VERSION.${{ inputs.ros_distro }})