We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c0d2001 + 229f224 commit 3e90d17Copy full SHA for 3e90d17
.github/workflows/build.yaml
@@ -27,7 +27,7 @@ jobs:
27
elif [[ "${version}" =~ (main|dev) ]]; then
28
today="$(date --utc '+%Y-%m-%d')"
29
midnight_timestamp="$(date --utc +%s --date=$today)"
30
- calver_date="$(date --utc --date=$today '+%Y.%-m.dev%d')"
+ calver_date="$(date --utc --date=$today '+%Y.%-m.dev%-d')"
31
commit_count="$(git rev-list --count --since=$midnight_timestamp HEAD)"
32
commit_count="$(printf "%02d" ${commit_count})"
33
version="${calver_date}${commit_count}"
0 commit comments