Skip to content

Commit

Permalink
Update prerelease.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
TNTwise authored Dec 3, 2024
1 parent 196c89f commit 38df5bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/prerelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ jobs:
cp real-video-enhancer/CHANGELOG.md .
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)))")
python3 scripts/printchangelog.py > RELEASE_BODY.md
python3 real-video-enhancer/scripts/printchangelog.py > RELEASE_BODY.md
echo "Version=$version"
echo "Tag=$version"
echo "Body=$body"
Expand Down

0 comments on commit 38df5bc

Please sign in to comment.