Skip to content

Commit

Permalink
Update update-readme.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Breakout-X authored Oct 30, 2024
1 parent aebe478 commit 0f4d869
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/update-readme.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ jobs:
run: |
version=$(cat VERSION)
date=$(cat DATE)
sed -i 's/## Current Version:.*/## Current Version: '"$version"'/g' .github/README.md
sed -i 's/**Release Date:**.*/**Release Date:** '"$date"'/g' .github/README.md
sed -i 's/## Current Version:.*/## Current Version: '"${version}"'/' .github/README.md
sed -i 's/**Release Date:**.*/**Release Date:** '"${date}"'/' .github/README.md
- name: Commit changes
run: |
Expand Down

0 comments on commit 0f4d869

Please sign in to comment.