Skip to content

Commit

Permalink
Try publication to Github part 3
Browse files Browse the repository at this point in the history
  • Loading branch information
JonathanxD committed Aug 13, 2021
1 parent 0975796 commit 3ecdbdc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@ buildscript {
}

group 'com.github.jonathanxd'
version '4.1.4.base'
version '4.1.5.base'

apply from: 'gradle/common.gradle'
4 changes: 2 additions & 2 deletions gradle/common.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -149,8 +149,8 @@ publishing {
name = "GitHubPackages"
url = "https://maven.pkg.github.com/koresframework/kores"
credentials {
username = System.getenv("GITHUB_ACTOR")
password = System.getenv("GITHUB_TOKEN")
username = System.getenv("USERNAME")
password = System.getenv("TOKEN")
}
}
}
Expand Down

0 comments on commit 3ecdbdc

Please sign in to comment.