Skip to content

Commit f564edc

Browse files
authored
Feature/add auto build (#4)
* Add auto build and deploy to repo * Change names of variables * Run on publish new tag * Update readme * Update yml * Update URI
1 parent 39abe5d commit f564edc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ publishing {
3030
repositories {
3131
maven {
3232
name = "eternalcode-repository"
33-
url = URI("https://repo.eternalcode.pl")
33+
url = "https://repo.eternalcode.pl/releases"
3434
credentials {
3535
username = System.getenv("E_REPO_USERNAME")
3636
password = System.getenv("E_REPO_PASS")

0 commit comments

Comments
 (0)