Skip to content

Commit

Permalink
feat(build): Migrate develop Push CircleCI to GithubAction (V2)
Browse files Browse the repository at this point in the history
  • Loading branch information
stonebuzz committed Aug 29, 2023
1 parent 88d4d9a commit c865507
Show file tree
Hide file tree
Showing 8 changed files with 20 additions and 2 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/deploy-alpah.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ jobs:
steps:
- uses: actions/checkout@v3

################################
# Update Version Code #
################################
- name: Update Android Version code
run: ./gradlew updateVersionCode

Expand All @@ -35,6 +38,19 @@ jobs:
- name: Check repo git status
run : git status

- name: Check repo git diff
run : git diff

#- name: Push Updated Version On AndroidManifest
# uses: EndBug/add-and-commit@v9
# with:
# default_author: github_actions
# message: "ci(release): update version on android manifest"


##########################################
# Push / Pull translation files #
##########################################
# Push Transifex
- name: Push source file using transifex client
uses: transifex/cli-action@v2
Expand All @@ -53,6 +69,10 @@ jobs:
args: pull --force --all --minimum-perc=80
token: ${{ secrets.TX_TOKEN }}


##############################################
# Prepare / Build project APK / AAR / JAR #
##############################################
# Build app
- name: Build with Gradle
run: ./gradlew assemble
Expand Down
File renamed without changes.
File renamed without changes.
2 changes: 0 additions & 2 deletions fastlane/README.md → fastlane_to_remove/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ In this android project we used to:

- Deploy to Google play beta
- Deploy to Google play production
- Send message to telegram with success or fail

## How to use

Expand All @@ -25,4 +24,3 @@ In Fastfile has our function:

- To sign the apk
- To zip and align the apk
- To send message to telegram
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit c865507

Please sign in to comment.