Skip to content

Commit

Permalink
test validation
Browse files Browse the repository at this point in the history
  • Loading branch information
thebadcoder96 committed Jan 10, 2024
1 parent d5ef687 commit 6212245
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/update-current-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,9 @@ jobs:
- uses: actions/checkout@v4

- name: Update README.md
- run: git fetch --prune --unshallow

run: |
git fetch --prune --unshallow
latest_tag=$(git describe --tags `git rev-list --tags --max-count=1`)
sed "s|<workflow_to_replace_with_live_version_tag>|$latest_tag|g" readme.md > tmp.md && mv tmp.md readme.md
git config --local user.email "[email protected]"
Expand Down

0 comments on commit 6212245

Please sign in to comment.