Skip to content

Commit

Permalink
release: 2.14.3
Browse files Browse the repository at this point in the history
  • Loading branch information
lovegaoshi committed Mar 4, 2024
1 parent 00db4fd commit 9b0633a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/android-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,11 +90,11 @@ jobs:
- name: clean generated builds
run: rm -rf android/app/build/generated/

- name: codepush to prod
run: |
npm install -g appcenter-cli
yarn codepush --token ${{secrets.CODEPUSH_ACCESS_TOKEN}}
yarn codepush:promote --token ${{secrets.CODEPUSH_ACCESS_TOKEN}}
#- name: codepush to prod
# run: |
# npm install -g appcenter-cli
# yarn codepush --token ${{secrets.CODEPUSH_ACCESS_TOKEN}}
# yarn codepush:promote --token ${{secrets.CODEPUSH_ACCESS_TOKEN}}

- name: gradle build APK
run: cd android && chmod +x gradlew && ./gradlew assembleRelease
Expand Down
2 changes: 1 addition & 1 deletion src/enums/Version.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
export enum VERSIONS {
latest = '2.14.2',
latest = '2.14.3',
}

0 comments on commit 9b0633a

Please sign in to comment.