We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fab2010 commit c9d2527Copy full SHA for c9d2527
.github/workflows/ci.yaml
@@ -64,7 +64,7 @@ jobs:
64
port: ${{ secrets.PORT }}
65
script: |
66
rm -rf Studio
67
- GIT_SSH_COMMAND="ssh -i ~/.ssh/github" git clone https://github.com/MetacityTools/Studio.git
+ GIT_SSH_COMMAND="ssh -i ~/.ssh/github" git clone -b release git@github.com:MetacityTools/Studio.git
68
cd Studio
69
npm i
70
npm run build
0 commit comments