From ec722d9e9197608a3fe051afe8157ef3eaa501a4 Mon Sep 17 00:00:00 2001 From: TNTwise <77559100+TNTwise@users.noreply.github.com> Date: Tue, 21 Nov 2023 13:32:33 -0600 Subject: [PATCH] Update release.yml --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 7408aac..c126ee2 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -234,8 +234,8 @@ jobs: with: path: artifacts - name: Generate version and tag - id: version_tag - run: | + id: version_tag + run: | version=$(python -c "from datetime import datetime; print(str(datetime.now()).split(' ')[0].replace('-',''))") tag=$(python -c "import random, string; print(''.join(random.choices(string.ascii_letters, k=8)))") commitlog=$(cd REAL-Video-Enhancer && git log --since="24 hours ago" --pretty=format:"%h - %s")