fix: Use month instead of minute in package timestamps

This commit is contained in:
Ginger
2025-09-23 06:52:35 +00:00
committed by Tom Foster
parent 359194b620
commit a656d1b1f7
+1 -1
View File
@@ -76,7 +76,7 @@ jobs:
VERSION=$BASE_VERSION
else
SHA=$(echo "${{ forge.sha }}" | cut -c1-7)
DATE=$(date +%Y%M%d)
DATE=$(date +%Y%m%d)
if [ "${{ forge.ref_name }}" = "main" ]; then
COMPONENT="dev"
else