Skip to content

Commit

Permalink
Changed git tag date format
Browse files Browse the repository at this point in the history
  • Loading branch information
fballiano committed Sep 16, 2024
1 parent 5c53836 commit d4c5958
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/sync-language-repos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- name: Get current date
id: date
run: echo "DATE=$(date +'%y.%m.%d')" >> $GITHUB_OUTPUT
run: echo "DATE=$(date +'%y.%-m.%-d')" >> $GITHUB_OUTPUT

- name: Sync language repos and tag
env:
Expand Down Expand Up @@ -76,4 +76,4 @@ jobs:
# Clean up
rm -rf temp_$lang
done
done

0 comments on commit d4c5958

Please sign in to comment.