build: add hours and minutes to the release name
This commit is contained in:
2
.github/workflows/main.yaml
vendored
2
.github/workflows/main.yaml
vendored
@@ -53,7 +53,7 @@ jobs:
|
||||
|
||||
echo "Last Tag: $LAST_TAG"
|
||||
SHORT_SHA=$(git rev-parse --short=7 HEAD)
|
||||
DATE=$(date +%Y%m%d)
|
||||
DATE=$(date +%Y%m%d%H%M)
|
||||
TAG="${LAST_TAG}-dev.${DATE}+${SHORT_SHA}"
|
||||
echo "tag=$TAG" >> $GITHUB_OUTPUT
|
||||
echo "filename=oc_telegram_shop_${TAG}.ocmod.zip" >> $GITHUB_OUTPUT
|
||||
|
||||
Reference in New Issue
Block a user