diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index bd20d67..524406e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -44,7 +44,7 @@ jobs: - name: Apply Version Metadata run: | echo "Log:" - git log + git log --pretty=format:'%h' -n 1 python test/auto_apply_version_metadata.py $(git log --pretty=format:'%h' -n 1) - name: Commit Version Metadata