Skip to content

Commit

Permalink
Merge pull request #214 from mash-up-kr/develop
Browse files Browse the repository at this point in the history
[feature] version up + base url 수정
  • Loading branch information
Ahn-seokjoo authored Sep 7, 2024
2 parents 3137f4a + a3fae4b commit 9604822
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
1 change: 0 additions & 1 deletion .github/workflows/common-setup.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ jobs:
- name: Access SERVER_BASE_URL
run: |
echo server_base_url=\"${{ secrets.SERVER_BASE_URL }}\" > local.properties
shell: bash
- name: Upload setup artifacts
uses: actions/upload-artifact@v4
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/create_artifact_and_deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
branches:
- master
types:
- synchronize
- closed

jobs:
Expand Down Expand Up @@ -104,7 +105,7 @@ jobs:
with:
packageName: com.mashup.dorabangs
releaseFiles: app/build/outputs/bundle/release/app-release.aab
track: production
track: qa
serviceAccountJsonPlainText: ${{ secrets.SERVICE_ACCOUNT_JSON }}

post_github:
Expand Down
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
compile-sdk = "34"
min-sdk = "28"
target-sdk = "34"
versionName = "1.0.4"
versionName = "1.0.5"

agp = "8.1.3"
org-jetbrains-kotlin-android = "1.9.0"
Expand Down

0 comments on commit 9604822

Please sign in to comment.