Skip to content

Commit 77ebbdf

Browse files
committed
fix: Correct unity version badge workflow action to edit the README.md file, and the version in the etc/PackageTemplate directory.
1 parent 6f893b9 commit 77ebbdf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/unity-version-badge.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ jobs:
2323
run: |
2424
badge_url="https://img.shields.io/badge/Unity-$UNITY_VERSION-brightgreen"
2525
sed -i 's|!\[Unity\](.*)|![Unity]('"$badge_url"')|' README.md
26+
sed -i 's|!\[Unity\](.*)|![Unity]('"$badge_url"')|' etc/PackageTemplate/README.md
2627
2728
- name: Commit changes
2829
run: |

0 commit comments

Comments
 (0)