Skip to content

Commit

Permalink
Fix date
Browse files Browse the repository at this point in the history
  • Loading branch information
AsgardXIV authored Dec 7, 2022
1 parent 35ab418 commit d9fc048
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish-xat.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
git push origin main || true

0 comments on commit d9fc048

Please sign in to comment.