Skip to content

Commit

Permalink
Use repository variable, to be able to be flexible
Browse files Browse the repository at this point in the history
  • Loading branch information
madsop-nav committed Feb 14, 2024
1 parent 1b8556c commit b7b4cd7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@
<repository>
<id>github</id>
<name>GitHub Packages</name>
<url>https://maven.pkg.github.com/openhtmltopdf/openhtmltopdf</url>
<url>https://maven.pkg.github.com/${env.GITHUB_REPOSITORY}</url>
</repository>
</distributionManagement>
</profile>
Expand Down

0 comments on commit b7b4cd7

Please sign in to comment.