Skip to content

Commit 7b4cc05

Browse files
authored
Update MoveVersionToReleaseBranch.yml
1 parent e6940a2 commit 7b4cc05

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/MoveVersionToReleaseBranch.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ jobs:
2222
git checkout -t origin/release
2323
echo $(git merge -Xtheirs origin/develop)
2424
/usr/libexec/PlistBuddy -c "Set :CFBundleShortVersionString ${{ github.ref_name }}" Projects/App/Support/Info.plist
25+
/usr/libexec/PlistBuddy -c "Set :CFBundleShortVersionString ${{ github.ref_name }}" Projects/App/WatchApp/Support/Info.plist
2526
git add -A
2627
git commit -m "🚀 :: Deploy version ${{ github.ref_name }}"
2728
git push

0 commit comments

Comments
 (0)