We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1461401 commit b6a2910Copy full SHA for b6a2910
.circleci/config.yml
@@ -494,6 +494,7 @@ workflows:
494
npm_package: '@instabug/react-native-private'
495
android_package: nn
496
api_endpoint: st001009nn.instabug.com
497
+ - run: npm version 13.3.0-nn --tag nn
498
499
- hold_release_injazat:
500
# requires: *release_dependencies
@@ -513,6 +514,7 @@ workflows:
513
514
515
android_package: injazat
516
api_endpoint: st001013mec1.instabug.com
517
+ - run: npm version 13.3.0-injazat --tag injazat
518
519
- hold_release_dream11:
520
@@ -529,3 +531,4 @@ workflows:
529
531
# only: dream11
530
532
prepare_steps:
533
- prepare_dream11
534
+ - run: npm version 13.3.0-dream11 --tag dream11
0 commit comments