Skip to content

Commit c9d2527

Browse files
committed
Invalid ssh bugfix
1 parent fab2010 commit c9d2527

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
port: ${{ secrets.PORT }}
6565
script: |
6666
rm -rf Studio
67-
GIT_SSH_COMMAND="ssh -i ~/.ssh/github" git clone https://github.com/MetacityTools/Studio.git
67+
GIT_SSH_COMMAND="ssh -i ~/.ssh/github" git clone -b release git@github.com:MetacityTools/Studio.git
6868
cd Studio
6969
npm i
7070
npm run build

0 commit comments

Comments
 (0)