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.
2 parents d371d36 + c9d2527 commit 84e7226Copy full SHA for 84e7226
.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