Skip to content

Commit 9c90c2b

Browse files
committed
Change step order
1 parent 755b97d commit 9c90c2b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.circleci/config.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -299,12 +299,12 @@ jobs:
299299
deploy-to-production:
300300
executor: node
301301
steps:
302-
- run:
303-
name: Mark Sentry release
304-
command: node packages/app/scripts/sentry-create-release.js
305302
- checkout_with_cache
306303
- restore_cache: *restore_deps_cache
307304
- attach_workspace: *attach_deps_workspace
305+
- run:
306+
name: Mark Sentry release
307+
command: node packages/app/scripts/sentry-create-release.js
308308
- run:
309309
name: Deploy Image
310310
command: node packages/app/scripts/deploy.js

0 commit comments

Comments
 (0)