diff --git a/.github/workflows/code-review.yml b/.github/workflows/code-review.yml index 7d258dd0d..e9cb7a332 100644 --- a/.github/workflows/code-review.yml +++ b/.github/workflows/code-review.yml @@ -10,7 +10,7 @@ permissions: jobs: run_code_review: - if: github.repository_owner == github.actor # This ensures the job only runs for PRs from the same repository + if: github.repository_owner == github.actor runs-on: ubuntu-latest steps: - uses: actions/checkout@v3 diff --git a/package.json b/package.json index a3d71f776..33370116a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-iap", - "version": "12.15.1", + "version": "12.15.2", "description": "React Native In App Purchase Module.", "repository": "https://github.com/dooboolab-community/react-native-iap", "author": "hyochan (https://github.com/hyochan)",