Skip to content

Commit c009f58

Browse files
committed
fix it for real
1 parent 4042023 commit c009f58

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ subprojects {
1919
val gitHubHoverboardPassword: String? by project
2020

2121
username = gitHubHoverboardUsername ?: System.getenv("PUBLISH_USERNAME")
22-
password = gitHubHoverboardPassword ?: System.getenv("PUBLISH_TOKEN")
22+
password = gitHubHoverboardPassword ?: System.getenv("PUBLISH_PASSWORD")
2323
}
2424
}
2525
}

gradle.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,4 @@ kotlin.code.style=official
2323
android.nonTransitiveRClass=true
2424

2525
publishingGroupId=com.michiganlabs.hoverboard
26-
publishingVersionNumber=0.0.0-alpha4
26+
publishingVersionNumber=0.0.0-alpha5

0 commit comments

Comments
 (0)