Skip to content

Commit

Permalink
Update MoveVersionToReleaseBranch.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
cyj513 authored Sep 24, 2024
1 parent 5fc9625 commit 89eb105
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/MoveVersionToReleaseBranch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,5 @@ jobs:
echo $(git merge -Xtheirs origin/develop)
/usr/libexec/PlistBuddy -c "Set :CFBundleShortVersionString ${{ github.ref_name }}" Projects/App/Support/Info.plist
git add -A
git commit -m "🚀 :: Deploy version ${{ github.ref_name }} to testflight"
git commit -m "🚀 :: Deploy version ${{ github.ref_name }}"
git push

0 comments on commit 89eb105

Please sign in to comment.