Skip to content

Commit 796921c

Browse files
committed
feat: use specific tag version instead of latest
1 parent 2227cbf commit 796921c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
3333
- name: Build ares
3434
run: |
35-
git clone https://github.com/ares-emulator/ares
35+
git clone -b $MAJOR_VERSION https://github.com/ares-emulator/ares
3636
cd ares
3737
mkdir -p AppDir/usr
3838
mkdir build && cd build

0 commit comments

Comments
 (0)