Skip to content

Commit

Permalink
Try publish workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
sknull committed Mar 29, 2024
1 parent 950d1d6 commit ad5b17e
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,13 @@
<repository>
<id>github</id>
<name>GitHub OWNER Apache Maven Packages</name>
<url>https://maven.pkg.github.com/sknull </url>
<url>https://maven.pkg.github.com/sknull</url>
<releases>
<enabled>true</enabled>
</releases>
<snapshots>
<enabled>true</enabled>
</snapshots>
</repository>
</repositories>

Expand Down

0 comments on commit ad5b17e

Please sign in to comment.