Skip to content

Commit 3c51966

Browse files
Merge pull request #607 from cypress-io/fix-releases
2 parents 075d90d + 77936ce commit 3c51966

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

.circleci/config.yml

+2-5
Original file line numberDiff line numberDiff line change
@@ -158,13 +158,11 @@ jobs:
158158
start-command: 'npm run start'
159159
cypress-command: 'npx cypress run --record --group Mac build'
160160

161-
162161
release:
163162
executor: cypress/default
164163
steps:
165-
- attach_workspace:
166-
at: ~/
167-
- run: npm run semantic-release
164+
- checkout
165+
- run: npx [email protected]
168166

169167
workflows:
170168
win-build:
@@ -201,7 +199,6 @@ workflows:
201199
- run: npx cypress version --component electron
202200
- run: npx cypress version --component node
203201

204-
205202
# run on 2 machines using Chrome browser
206203
- cypress/run:
207204
name: '2 machines using Chrome'

0 commit comments

Comments
 (0)