Skip to content

Commit 9b99c09

Browse files
committed
fix: Correct workflow to add the changed README.md file to the git commit that exists within the etc/PackageTemplate directory.
1 parent 77ebbdf commit 9b99c09

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
@@ -30,5 +30,6 @@ jobs:
3030
git config --global user.name 'github-actions'
3131
git config --global user.email '[email protected]'
3232
git add README.md
33+
git add etc/PackageTemplate/README.md
3334
git commit -m "Update Unity version badge to $UNITY_VERSION"
3435
git push

0 commit comments

Comments
 (0)