mirror of
https://forgejo.ellis.link/continuwuation/continuwuity/
synced 2026-08-29 01:18:53 +00:00
fix: Use month instead of minute in package timestamps
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user