Skip to content

Commit

Permalink
πŸš€ :: v2.1.0
Browse files Browse the repository at this point in the history
πŸš€ :: v2.1.0
  • Loading branch information
parkuiery authored Sep 6, 2024
2 parents 4878c47 + 5f97c40 commit 661edb4
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 7 deletions.
11 changes: 8 additions & 3 deletions .github/workflows/android-production-deploy-play-store.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,17 @@ jobs:
DATA: ${{ secrets.GOOGLE_SERVICES_JSON }}
run: echo $DATA > /home/runner/work/JOBIS-ANDROID-V2/JOBIS-ANDROID-V2/app/google-services.json

- name: Create google-cloud-platform.json
env:
DATA: ${{ secrets.GOOGLE_CLOUD_PLATFORM }}
run: echo $DATA | base64 --decode > /home/runner/work/JOBIS-ANDROID-V2/JOBIS-ANDROID-V2/app/src/main/play/google-cloud-platform.json

- name: Decode Keystore
id: decode_keystore
uses: timheuer/base64-to-file@v1
with:
fileName: '/keystore/jobis_v2_key.jks'
encodedString: ${{secrets.APP_RELEASE_KEY_STORE}}
encodedString: ${{ secrets.APP_RELEASE_KEY_STORE }}

- name: Build Release And Publish AAB
run: ./gradlew publishReleaseBundle
Expand Down Expand Up @@ -71,7 +76,7 @@ jobs:
prerelease: false

- name: Notify Slack on Success
if: success()
if: ${{ success() }}
id: slack-success
uses: slackapi/[email protected]
with:
Expand Down Expand Up @@ -104,7 +109,7 @@ jobs:
SLACK_WEBHOOK_TYPE: INCOMING_WEBHOOK

- name: Notify Slack on Failure
if: failure()
if: ${{ failure() }}
id: slack-failure
uses: slackapi/[email protected]
with:
Expand Down
9 changes: 5 additions & 4 deletions app/src/main/play/release-notes/ko-KR/default.txt
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
β€’ 릴리즈 ν•œ 쀄 μš”μ•½
[v2.1.0]
β€’ 버그 μˆ˜μ • 및 κΈ°λŠ₯을 μΆ”κ°€ν–ˆμ–΄μš”.

[ μƒˆλ‘œμš΄ κΈ°λŠ₯ ]
β€’ μƒˆλ‘­κ²Œ μΆ”κ°€λœ κΈ°λŠ₯을 λ‚˜μ—΄ν•©λ‹ˆλ‹€.
β€’ μ•Œλ¦Ό μ„€μ • κΈ°λŠ₯을 μΆ”κ°€ν–ˆμ–΄μš”.

[ κ°œμ„ λœ 점 ]
β€’ κ°œμ„ λœ 점을 λ‚˜μ—΄ν•©λ‹ˆλ‹€.
β€’ λ””μžμΈ μš”μ†Œλ₯Ό λ³€κ²½ν–ˆμ–΄μš”.

[ 버그 μˆ˜μ • ]
β€’ μˆ˜μ •λœ 버그λ₯Ό λ‚˜μ—΄ν•©λ‹ˆλ‹€.
β€’ λ’€λ‘œκ°€κΈ° 연타 μ‹œ 빈 화면이 λ‚˜νƒ€λ‚˜λŠ” 버그λ₯Ό μˆ˜μ •ν–ˆμ–΄μš”.

0 comments on commit 661edb4

Please sign in to comment.