Skip to content

Commit

Permalink
Update prerelease.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
TNTwise authored Nov 26, 2024
1 parent 69d9ade commit 424fd59
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/prerelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,9 +74,10 @@ jobs:
id: version_tag
run: |
git clone https://github.com/tntwise/real-video-enhancer
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)))")
body=$(python3 printchangelog.py)
body=$(python3 scripts/printchangelog.py)
echo "Version=$version"
echo "Tag=$version"
echo "Body=$body"
Expand Down

0 comments on commit 424fd59

Please sign in to comment.