We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e6940a2 commit 7b4cc05Copy full SHA for 7b4cc05
.github/workflows/MoveVersionToReleaseBranch.yml
@@ -22,6 +22,7 @@ jobs:
22
git checkout -t origin/release
23
echo $(git merge -Xtheirs origin/develop)
24
/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
26
git add -A
27
git commit -m "🚀 :: Deploy version ${{ github.ref_name }}"
28
git push
0 commit comments