Skip to content

Commit

Permalink
Merge pull request #607 from cypress-io/fix-releases
Browse files Browse the repository at this point in the history
  • Loading branch information
emilyrohrbough committed Mar 31, 2023
2 parents 075d90d + 77936ce commit 3c51966
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .circleci/config.yml
Expand Up @@ -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:
Expand Down Expand Up @@ -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'
Expand Down

0 comments on commit 3c51966

Please sign in to comment.