From 240685a2972d6e05ba82117d7b76fe31dc5c676a Mon Sep 17 00:00:00 2001 From: "sur.la.route" <17788706+christopherpickering@users.noreply.github.com> Date: Thu, 5 Jan 2023 11:12:29 -0600 Subject: [PATCH] Update demo.yml --- .github/workflows/demo.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/demo.yml b/.github/workflows/demo.yml index d338716..ecdb7ac 100644 --- a/.github/workflows/demo.yml +++ b/.github/workflows/demo.yml @@ -55,7 +55,6 @@ jobs: git config user.email "$(git log -n 1 --pretty=format:%ae)" git branch --unset-upstream git push --force origin django-source:django-djlint - # git push --force --set-upstream origin django-djlint - name: format run: | @@ -65,7 +64,8 @@ jobs: - name: publish foramtted run: | cd django-source + export DJ_VERSION=$(poetry version --short) git add . - git commit -m "formatted" + git commit -m "formatted with djLint $DJ_VERSION" git push origin django-source:django-djlint