mirror of
https://github.com/revanced/revanced-patches
synced 2024-11-18 23:09:28 +01:00
build: Publish to GitHub Packages
This commit is contained in:
parent
d789fd6b5a
commit
69ec28a7f2
@ -96,6 +96,17 @@ tasks {
|
||||
}
|
||||
|
||||
publishing {
|
||||
repositories {
|
||||
maven {
|
||||
name = "GitHubPackages"
|
||||
url = uri("https://maven.pkg.github.com/revanced/revanced-patches")
|
||||
credentials {
|
||||
username = System.getenv("GITHUB_ACTOR")
|
||||
password = System.getenv("GITHUB_TOKEN")
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
publications {
|
||||
create<MavenPublication>("revanced-patches-publication") {
|
||||
from(components["java"])
|
||||
|
Loading…
Reference in New Issue
Block a user