update pom
This commit is contained in:
parent
08c08d3464
commit
092540d277
2 changed files with 8 additions and 1 deletions
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
|
@ -27,4 +27,4 @@ jobs:
|
|||
- name: Publish to GitHub Packages Apache Maven
|
||||
run: mvn -B deploy
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ github.token }}
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
|
7
pom.xml
7
pom.xml
|
@ -40,4 +40,11 @@
|
|||
<version>4.7.0</version>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
<distributionManagement>
|
||||
<repository>
|
||||
<id>github</id>
|
||||
<name>GitHub Packages</name>
|
||||
<url>https://maven.pkg.github.com/tylermurphy534/KenshinsHideAndSeek</url>
|
||||
</repository>
|
||||
</distributionManagement>
|
||||
</project>
|
Loading…
Reference in a new issue