Fix Cypress, Remove Beta (as netlify handles that)

This commit is contained in:
Sidharth Vinod
2022-03-14 17:33:18 +05:30
parent 49021cc756
commit 0883ad599a
3 changed files with 5 additions and 6 deletions
-1
View File
@@ -23,7 +23,6 @@ jobs:
run: |
npm i -g yarn
export DEPLOY=true
[ "$GITHUB_EVENT_NAME" == "pull_request" ] && export BETA=true && rm -rf docs/beta/
[ "$GITHUB_EVENT_NAME" != "pull_request" ] && rm -rf docs/_app/
yarn install
version=$(yarn version --patch --no-git-tag-version | grep "New version" | cut -d':' -f 2)