Skip to content

Commit 6f816b6

Browse files
committed
Fixed the publish
1 parent e9f7e55 commit 6f816b6

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

common/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ publishing {
2020
name = "GitHubPackages"
2121
url = "https://maven.pkg.github.com/Mod-Sauce/OtyacraftEngineRenewed"
2222
credentials {
23-
username = System.getenv("Shadowbee27")
23+
username = "Shadowbee27"
2424
password = System.getenv("OER_TOKEN_SHADOWBEE")
2525
}
2626
}

fabric/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ publishing {
9696
name = "GitHubPackages"
9797
url = "https://maven.pkg.github.com/Mod-Sauce/OtyacraftEngineRenewed"
9898
credentials {
99-
username = System.getenv("Shadowbee27")
99+
username = "Shadowbee27"
100100
password = System.getenv("OER_TOKEN_SHADOWBEE")
101101
}
102102
}

forge/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ publishing {
9797
name = "GitHubPackages"
9898
url = "https://maven.pkg.github.com/Mod-Sauce/OtyacraftEngineRenewed"
9999
credentials {
100-
username = System.getenv("Shadowbee27")
100+
username = "Shadowbee27"
101101
password = System.getenv("OER_TOKEN_SHADOWBEE")
102102
}
103103
}

0 commit comments

Comments
 (0)