9
0
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:
Dreeam
2025-03-07 08:44:26 -05:00
committed by GitHub
parent 79e012073d
commit f77ea9f730
3 changed files with 120 additions and 33 deletions

View File

@@ -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")
}
}
}