mirror of
https://github.com/selfxyz/self.git
synced 2026-02-19 02:24:25 -05:00
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:
6
.github/workflows/mobile-deploy.yml
vendored
6
.github/workflows/mobile-deploy.yml
vendored
@@ -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 }}"
|
||||
|
||||
Reference in New Issue
Block a user