diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 084914cfc..9eee383b5 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -186,8 +186,3 @@ jobs: env: GH_TOKEN: ${{ github.token }} NPM_CONFIG_IGNORE_SCRIPTS: 'true' - - - name: Update Apps - run: | - yarn install --no-immutable - yarn --cwd examples/AnalyticsReactNativeExample install --no-immutable