File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -55,12 +55,12 @@ jobs:
5555 - name : Verify and Checkout Deploy Branch 🔄
5656 run : |
5757 git fetch origin
58- echo "📂 Verifying 'local_deploy ' branch..."
59- if git rev-parse --verify origin/local_deploy ; then
60- git checkout local_deploy
58+ echo "📂 Verifying 'appChangesForInternationalization ' branch..."
59+ if git rev-parse --verify origin/appChangesForInternationalization ; then
60+ git checkout appChangesForInternationalization
6161 echo "✅ Branch checked out successfully!"
6262 else
63- echo "❌ Branch 'local_deploy ' not found. Please verify the branch name."
63+ echo "❌ Branch 'appChangesForInternationalization ' not found. Please verify the branch name."
6464 exit 1
6565 fi
6666
Original file line number Diff line number Diff line change 2323 </developers >
2424
2525 <properties >
26- <revision >1.6.2-SNAPSHOT </revision >
26+ <revision >1.0.0-RC1 </revision >
2727 <java .version>17</java .version>
2828 <maven .compiler.source>${java.version} </maven .compiler.source>
2929 <maven .compiler.target>${java.version} </maven .compiler.target>
You can’t perform that action at this time.
0 commit comments