Skip to content

Commit

Permalink
Update app version to 0.1.7 [10]
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored and lee-ji-hoon committed Sep 27, 2024
1 parent feadcaa commit dfc8d2d
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
9 changes: 8 additions & 1 deletion .github/workflows/deploy_google_play_store.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
- test-cd-2 # test
jobs:
versioning:
# if: github.event.pull_request.merged == true
# if: github.event.pull_request.merged == true
runs-on: ubuntu-latest

steps:
Expand Down Expand Up @@ -125,6 +125,13 @@ jobs:
runs-on: ubuntu-latest
environment: Release
steps:
- name: Checkout code
uses: actions/checkout@v4

- name: Get Updated App Version
id: get-updated-version
uses: ./.github/actions/get-app-version

- name: Setup Development Environment
uses: ./.github/actions/setup-development-environment
with:
Expand Down
4 changes: 2 additions & 2 deletions app-version.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"major": 0,
"minor": 1,
"patch": 6,
"code": 9
"patch": 7,
"code": 10
}

0 comments on commit dfc8d2d

Please sign in to comment.