Skip to content

Commit ecbf6e2

Browse files
committed
Update workflow & pom version for cloud testing
1 parent cf3e188 commit ecbf6e2

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/cfdeploy.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
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>

0 commit comments

Comments
 (0)