Skip to content

Commit 9f03a44

Browse files
committed
update cli
1 parent 79df95d commit 9f03a44

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@ jobs:
2727
with:
2828
artifacts: "app/build/outputs/apk/release/app-release.apk"
2929
token: ${{ secrets.GITHUB_TOKEN }}
30+
generateReleaseNotes: true
31+
makeLatest: true
3032

3133
publish:
3234
name: Publish To Github Packages

app/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ android {
1414
applicationId = "com.shuyu.gsygithubappcompose"
1515
minSdk = 24
1616
targetSdk = 36
17-
versionCode = 2
18-
versionName = "1.1.0"
17+
versionCode = 3
18+
versionName = "1.2.0"
1919

2020
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
2121
}

0 commit comments

Comments
 (0)