We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 07b3539 commit a3ea557Copy full SHA for a3ea557
1 file changed
.github/workflows/android.yml
@@ -3,7 +3,7 @@ env:
3
# Module names for your project
4
app_module: app
5
# Project name
6
- project_name: KtorConnect
+ project_name: SmsGateway
7
on:
8
push:
9
branches:
@@ -77,7 +77,7 @@ jobs:
77
tag_name: v${{ env.RELEASE_VERSION }}
78
name: Release v${{ env.RELEASE_VERSION }}
79
body: |
80
- KtorConnect Release v${{ env.RELEASE_VERSION }} (${{ env.date_today }})
+ SmsGateway Release v${{ env.RELEASE_VERSION }} (${{ env.date_today }})
81
82
This release contains:
83
- SmsGateway APK v${{ env.APP_VERSION }} (Debug & Release)
0 commit comments