Skip to content

Commit 3b1202a

Browse files
[#490] Fixe typo
Co-authored-by: Chorn <kritchai.kus42@gmail.com>
1 parent 5ac4518 commit 3b1202a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.cicdtemplate/.codemagic/codemagic.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ workflows:
6060
- name: Build APK for staging
6161
script: |
6262
./gradlew assembleStagingDebug -PversionCode=$BUILD_NUMBER
63-
- name: Generating release notes with the latest git commit
63+
- name: Generate release notes with the latest git commit
6464
script: |
6565
RELEASE_NOTE_CONTENT="$((git log -1 --merges | grep "\[") | grep . && echo "" || echo $(git log -1 --merges --format=%B))"
6666
echo "$RELEASE_NOTE_CONTENT" | tee release_notes.txt

0 commit comments

Comments
 (0)