Skip to content

Commit

Permalink
fix: change version back
Browse files Browse the repository at this point in the history
  • Loading branch information
arjendevos committed Apr 17, 2023
1 parent a1d8f35 commit 8254a44
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

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-ridge-navigation",
"version": "1.15.8",
"version": "1.15.7",
"description": "test",
"main": "lib/commonjs/index",
"module": "lib/module/index",
Expand Down

0 comments on commit 8254a44

Please sign in to comment.