fix: Use month instead of minute in package timestamps

This commit is contained in:
Ginger 2025-09-08 12:31:09 -04:00
commit 53a7e815da
No known key found for this signature in database

View file

@ -76,7 +76,7 @@ jobs:
VERSION=$BASE_VERSION VERSION=$BASE_VERSION
else else
SHA=$(echo "${{ forge.sha }}" | cut -c1-7) SHA=$(echo "${{ forge.sha }}" | cut -c1-7)
DATE=$(date +%Y%M%d) DATE=$(date +%Y%m%d)
if [ "${{ forge.ref_name }}" = "main" ]; then if [ "${{ forge.ref_name }}" = "main" ]; then
COMPONENT="dev" COMPONENT="dev"
else else