github actions: test run for publishing maven packages

This commit is contained in:
Leonid Pliushch
2021-02-11 23:10:44 +02:00
parent d8fcc1f221
commit 7884cb3bea
2 changed files with 2 additions and 2 deletions

View File

@@ -37,7 +37,7 @@ publishing {
bar(MavenPublication) {
groupId 'com.termux'
artifactId 'terminal-view'
version '0.106'
version '0.106.1'
artifact("$buildDir/outputs/aar/terminal-view-release.aar")
}
}