File tree Expand file tree Collapse file tree 1 file changed +3
-6
lines changed
Expand file tree Collapse file tree 1 file changed +3
-6
lines changed Original file line number Diff line number Diff line change @@ -301,6 +301,9 @@ jobs:
301301 - search_and_replace :
302302 file : package.json
303303 replace-pattern : ' s/instabug-reactnative/@instabug\/instabug-reactnative-dream11/g'
304+ - search_and_replace :
305+ file : cli/UploadSourcemaps.ts
306+ replace-pattern : ' s/api.instabug.com\/api\/sdk/st001012dream11.instabug.com\/api\/sdk/g'
304307 - search_and_replace :
305308 file : android/native.gradle
306309 replace-pattern : ' s/com\.instabug\.library:instabug:/com.instabug.library-dream11:instabug:/g'
@@ -421,9 +424,6 @@ workflows:
421424 - hold_release_d11 :
422425 requires : *release_dependencies
423426 type : approval
424- filters :
425- branches :
426- only : master
427427 - publish :
428428 requires :
429429 - hold_publish
@@ -439,6 +439,3 @@ workflows:
439439 - release_d11 :
440440 requires :
441441 - hold_release_d11
442- filters :
443- branches :
444- only : master
You can’t perform that action at this time.
0 commit comments