Skip to content
This repository has been archived by the owner on Nov 5, 2024. It is now read-only.

Commit

Permalink
Merge pull request #87 from ILIYANGERMANOV/develop
Browse files Browse the repository at this point in the history
Fix Fastfile and bump version
  • Loading branch information
ILIYANGERMANOV authored Nov 10, 2021
2 parents 1f71871 + 7a4e692 commit e701090
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/internal_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ jobs:
SIGNING_KEY_PASSWORD: ${{ secrets.SIGNING_KEY_PASSWORD }}
SIGNING_STORE_PASSWORD: ${{ secrets.SIGNING_STORE_PASSWORD }}

- name: Upload Android App Bundle to Github
- name: Upload Android App Bundle to GitHub
uses: actions/upload-artifact@v2
with:
name: app-release.aab
Expand All @@ -105,8 +105,8 @@ jobs:
SIGNING_KEY_PASSWORD: ${{ secrets.SIGNING_KEY_PASSWORD }}
SIGNING_STORE_PASSWORD: ${{ secrets.SIGNING_STORE_PASSWORD }}
#--------------------------------------------------------------------------
#Create Github release

#Create GitHub release
- name: Changelog
uses: Bullrich/generate-release-changelog@master
id: Changelog
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ object Libs {

object Project {
//Version
const val versionName = "2.1.1-comet"
const val versionCode = 76
const val versionName = "2.1.2-comet"
const val versionCode = 77

//Compile SDK & Build Tools
const val compileSdkVersion = 30
Expand Down
2 changes: 1 addition & 1 deletion fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ platform :android do
track: "internal",
aab: "app/build/outputs/bundle/release/app-release.aab",
#release_status: "draft",
rollout: 1,
rollout: "1",
skip_upload_apk: true,
skip_upload_metadata: true,
skip_upload_changelogs: false,
Expand Down

0 comments on commit e701090

Please sign in to comment.