Skip to content

Commit

Permalink
Attempt to fix publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
jaranflaath committed Jun 22, 2020
1 parent 77e3084 commit 7f48a45
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions darjeeling-android-testing/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ android {
minSdkVersion(21)
targetSdkVersion(29)
versionCode = gitInfo.count
versionName = "0.57"
versionName = "0.58"

testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
consumerProguardFiles("consumer-rules.pro")
Expand Down Expand Up @@ -54,11 +54,11 @@ publishing {
repositories {
maven {
name = "GitHubPackages"
url = uri("https://maven.pkg.github.com/agensdev/darjeeling")
credentials {
username = System.getenv("GITHUB_ACTOR")
password = System.getenv("GITHUB_TOKEN")
}
url = uri("https://maven.pkg.github.com/agensdev")
}
}
}
Expand Down

0 comments on commit 7f48a45

Please sign in to comment.