From d9fc048ef108d4804a835d9888840d5c336dc42e Mon Sep 17 00:00:00 2001 From: Asgard <95163444+AsgardXIV@users.noreply.github.com> Date: Wed, 7 Dec 2022 13:46:42 -0700 Subject: [PATCH] Fix date --- .github/workflows/publish-xat.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/publish-xat.yml b/.github/workflows/publish-xat.yml index 2ec419b..915a9da 100644 --- a/.github/workflows/publish-xat.yml +++ b/.github/workflows/publish-xat.yml @@ -13,7 +13,7 @@ jobs: uses: josStorer/get-current-time@v2 id: version-date with: - format: YYYY.MM.DD.kmm + format: YYYY.M.D.kmm - name: Checkout uses: actions/checkout@v2 @@ -100,4 +100,4 @@ jobs: git fetch origin main && git fetch origin test && git checkout main git add repo.json git commit -m "[CI] Updating versions for ${{ steps.version-date.outputs.formattedTime }}" || true - git push origin main || true \ No newline at end of file + git push origin main || true