From f715424c43615b297937aa427e5d5f8042212929 Mon Sep 17 00:00:00 2001 From: StarWishsama Date: Sun, 8 Oct 2023 18:38:20 +0800 Subject: [PATCH] fix: missing dist management --- .github/workflows/package-maintainer.yml | 2 +- dough-api/pom.xml | 8 ++++++++ pom-github-package.xml | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/.github/workflows/package-maintainer.yml b/.github/workflows/package-maintainer.yml index 8b95c8e7..6a1276c0 100644 --- a/.github/workflows/package-maintainer.yml +++ b/.github/workflows/package-maintainer.yml @@ -11,6 +11,6 @@ jobs: steps: - uses: actions/delete-package-versions@v4 with: - package-name: 'com.github.starwishsama.baked-libs.dough' + package-name: 'io.github.baked-libs.dough-api' package-type: 'maven' min-versions-to-keep: 2 \ No newline at end of file diff --git a/dough-api/pom.xml b/dough-api/pom.xml index 0a7d29a3..57ca3ed1 100644 --- a/dough-api/pom.xml +++ b/dough-api/pom.xml @@ -15,6 +15,14 @@ This is the complete API of dough. + + + github + GitHub StarWishsama Apache Maven Packages + https://maven.pkg.github.com/StarWishsama/dough + + + release diff --git a/pom-github-package.xml b/pom-github-package.xml index d31e308d..15f1784d 100644 --- a/pom-github-package.xml +++ b/pom-github-package.xml @@ -4,7 +4,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 - com.github.starwishsama.baked-libs + io.github.baked-libs dough 1.3.0