Skip to content

Commit 3ecdbdc

Browse files
committed
Try publication to Github part 3
1 parent 0975796 commit 3ecdbdc

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@ buildscript {
1919
}
2020

2121
group 'com.github.jonathanxd'
22-
version '4.1.4.base'
22+
version '4.1.5.base'
2323

2424
apply from: 'gradle/common.gradle'

gradle/common.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -149,8 +149,8 @@ publishing {
149149
name = "GitHubPackages"
150150
url = "https://maven.pkg.github.com/koresframework/kores"
151151
credentials {
152-
username = System.getenv("GITHUB_ACTOR")
153-
password = System.getenv("GITHUB_TOKEN")
152+
username = System.getenv("USERNAME")
153+
password = System.getenv("TOKEN")
154154
}
155155
}
156156
}

0 commit comments

Comments
 (0)