diff --git a/.circleci/config.yml b/.circleci/config.yml index f447a6355..96de98574 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -158,13 +158,11 @@ jobs: start-command: 'npm run start' cypress-command: 'npx cypress run --record --group Mac build' - release: executor: cypress/default steps: - - attach_workspace: - at: ~/ - - run: npm run semantic-release + - checkout + - run: npx semantic-release@15.13.32 workflows: win-build: @@ -201,7 +199,6 @@ workflows: - run: npx cypress version --component electron - run: npx cypress version --component node - # run on 2 machines using Chrome browser - cypress/run: name: '2 machines using Chrome'