Bump version to 2.5.1 (#522)

* bump version

* update fastlane

* fix bump version

* bump build and add todo

* disable commit for now
This commit is contained in:
Justin Hernandez
2025-04-17 14:09:40 -05:00
committed by GitHub
parent b2a5ef0346
commit 7297659a30
6 changed files with 18 additions and 14 deletions

View File

@@ -353,7 +353,8 @@ jobs:
app_path: ${{ env.APP_PATH }}
- name: Commit updated build number
if: ${{ !env.ACT }}
# disable for now, commit doesn't work as expected
if: false #${{ !env.ACT }}
uses: ./.github/actions/push-changes
with:
commit_message: "incrementing ios build number for version ${{ env.VERSION }}"
@@ -479,7 +480,8 @@ jobs:
app_path: ${{ env.APP_PATH }}
- name: Commit updated build version
if: ${{ !env.ACT }}
# disable for now, commit doesn't work as expected
if: false #${{ !env.ACT }}
uses: ./.github/actions/push-changes
with:
commit_message: "incrementing android build version for version ${{ env.VERSION }}"