Skip to content

Commit

Permalink
fix: missing dist management
Browse files Browse the repository at this point in the history
  • Loading branch information
StarWishsama committed Oct 8, 2023
1 parent 5a1fd96 commit f715424
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/package-maintainer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
8 changes: 8 additions & 0 deletions dough-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,14 @@

<description>This is the complete API of dough.</description>

<distributionManagement>
<repository>
<id>github</id>
<name>GitHub StarWishsama Apache Maven Packages</name>
<url>https://maven.pkg.github.com/StarWishsama/dough</url>
</repository>
</distributionManagement>

<profiles>
<profile>
<id>release</id>
Expand Down
2 changes: 1 addition & 1 deletion pom-github-package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>

<groupId>com.github.starwishsama.baked-libs</groupId>
<groupId>io.github.baked-libs</groupId>
<artifactId>dough</artifactId>
<version>1.3.0</version>

Expand Down

0 comments on commit f715424

Please sign in to comment.