diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index aed2d08362..12573caec9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -112,7 +112,7 @@ jobs: EOF ) - git commit -m "[no ci] Version $(COMMIT_VERSION)" || true + git commit -m "[no ci] Version ${COMMIT_VERSION}" || true - name: Push update run: git push origin main || true