Skip to content
This repository was archived by the owner on Feb 15, 2024. It is now read-only.

Commit a3f2bba

Browse files
Updates pom with variable for GitHub Packages
- GITHUB_REPOSITORY is predefined by GitHub - Enables SNAPSHOT release workflow to also work for forks
1 parent cb063d1 commit a3f2bba

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,7 @@
251251
<repository>
252252
<id>github</id>
253253
<name>GitHub Apache Maven Packages</name>
254-
<url>https://maven.pkg.github.com/admin-shell-io/java-serializer</url>
254+
<url>https://maven.pkg.github.com/${env.GITHUB_REPOSITORY}</url>
255255
</repository>
256256
</distributionManagement>
257257

0 commit comments

Comments
 (0)