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 b5d90c1 commit c630f79
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/prerelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,8 @@ jobs:
- name: Generate version and tag
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 -c 'import sys
Expand Down

0 comments on commit c630f79

Please sign in to comment.