Skip to content

Commit c3bc626

Browse files
committed
fix(workflow): Checkout web branch
1 parent 124fbb6 commit c3bc626

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build-release.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ jobs:
1414
steps:
1515
- name: Checkout Repository
1616
uses: actions/checkout@v4
17+
with:
18+
ref: "web"
1719

1820
- name: Set Gradle Java Home
1921
run: sed -i '$d' frontend/android/gradle.properties

0 commit comments

Comments
 (0)