Skip to content

Commit

Permalink
12.15.2
Browse files Browse the repository at this point in the history
  • Loading branch information
hyochan committed Aug 4, 2024
1 parent 2e76f43 commit feae8d9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/code-review.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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 <[email protected]> (https://github.com/hyochan)",
Expand Down

0 comments on commit feae8d9

Please sign in to comment.