mirror of
https://github.com/Winds-Studio/Leaf.git
synced 2025-12-19 15:09:25 +00:00
Cleanup workflow & Refactor Leaf release to replace deprecated one (#244)
* [ci/skip] Cleanup workflow & Update relaeses * Correct output jar name * Correct format * Cleanup publish API * Upload tag retrival test * Fix * test * Fix build * Update release notes scripts * Fix github env * Fix * Fix format * Add missing env * Update workflow for test * Update prepareRelease.sh * Update workflow for test * Fix * Use full commit hash for commit log link & Format * [ci/skip] Ready for merge
This commit is contained in:
@@ -55,8 +55,8 @@ subprojects {
|
||||
maven(leafMavenPublicUrl) {
|
||||
name = "leaf"
|
||||
|
||||
credentials.username = "dreeam"
|
||||
credentials.password = "dreeam123"
|
||||
credentials.username = System.getenv("REPO_USER")
|
||||
credentials.password = System.getenv("REPO_PASSWORD")
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user