mirror of
https://forgejo.ellis.link/continuwuation/continuwuity.git
synced 2025-09-09 13:53:03 +02:00
fix: Use month instead of minute in package timestamps
This commit is contained in:
parent
d3c88c6242
commit
53a7e815da
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue