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

Commit

Permalink
add versionsgp (#86)
Browse files Browse the repository at this point in the history
* add versionsgp

* add versionsgp
  • Loading branch information
VovaStelmashchuk authored Jul 4, 2023
1 parent 1154333 commit d67eb53
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,12 @@ jobs:
runs-on: macos-12
steps:
- uses: actions/checkout@v3

- name: Apply versions
run: |
/usr/libexec/Plistbuddy -c "Set CFBundleVersion $MIXDRINKS_MOBILE_APP_VERSION_CODE" iosApp/iosApp/Info.plist
/usr/libexec/Plistbuddy -c "Set CFBundleShortVersionString $MIXDRINKS_MOBILE_APP_VERSION_NAME" iosApp/iosApp/Info.plist
- uses: actions/setup-java@v3
with:
java-version: '17'
Expand Down
5 changes: 5 additions & 0 deletions .github/workflows/prod_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,11 @@ jobs:
runs-on: macos-12
steps:
- uses: actions/checkout@v3
- name: Apply versions
run: |
/usr/libexec/Plistbuddy -c "Set CFBundleVersion $MIXDRINKS_MOBILE_APP_VERSION_CODE" iosApp/iosApp/Info.plist
/usr/libexec/Plistbuddy -c "Set CFBundleShortVersionString $MIXDRINKS_MOBILE_APP_VERSION_NAME" iosApp/iosApp/Info.plist
- uses: actions/setup-java@v3
with:
java-version: '17'
Expand Down

0 comments on commit d67eb53

Please sign in to comment.