Skip to content

Commit

Permalink
1.2.2
Browse files Browse the repository at this point in the history
includes CI fix
QcFe committed May 3, 2023
1 parent 5997ef5 commit a54f532
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
@@ -196,6 +196,7 @@ jobs:
github.event_name == 'push' &&
github.ref_type == 'tag'
run: bundle exec fastlane apk
working-directory: ./android
- name: Upload Artifacts
if: |
github.event_name == 'push' &&
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@polito/students-app",
"version": "1.2.1",
"version": "1.2.2",
"private": true,
"scripts": {
"android": "react-native run-android --active-arch-only",
@@ -124,4 +124,4 @@
"node"
]
}
}
}

0 comments on commit a54f532

Please sign in to comment.