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 015083d commit 0112daa
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/update-readme.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,14 +24,14 @@ jobs:
run: |
version=$(cat VERSION)
date=$(cat DATE)
sed -i "s/## Current Version:.*/## Current Version: $version/" README.md
sed -i "s/**Release Date:**.*/**Release Date:** $date/" 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: |
git config --local user.email "action@github.com"
git config --local user.name "GitHub Action"
git add README.md
git add .github/README.md
git commit -m "Update README with latest version and date"
git push

0 comments on commit 0112daa

Please sign in to comment.