diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 559cebf..a6a69d2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -84,10 +84,5 @@ jobs: AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }} AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }} AWS_REGION: 'eu-central-1' - SOURCE_DIR: 'example/web-build' # optional: defaults to entire repository - - - - - + SOURCE_DIR: 'example/web-build' # optional: defaults to entire repository diff --git a/package.json b/package.json index 342b388..186c1e3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-ridge-navigation", - "version": "1.15.8", + "version": "1.15.7", "description": "test", "main": "lib/commonjs/index", "module": "lib/module/index",