diff --git a/.github/workflows/common-setup.yaml b/.github/workflows/common-setup.yaml index 37b7d162..ab3a1173 100644 --- a/.github/workflows/common-setup.yaml +++ b/.github/workflows/common-setup.yaml @@ -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 diff --git a/.github/workflows/create_artifact_and_deployment.yaml b/.github/workflows/create_artifact_and_deployment.yaml index 18e0ffdf..c0c203e6 100644 --- a/.github/workflows/create_artifact_and_deployment.yaml +++ b/.github/workflows/create_artifact_and_deployment.yaml @@ -5,6 +5,7 @@ on: branches: - master types: + - synchronize - closed jobs: @@ -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: diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 397b81f8..4a036ef0 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -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"