Added repo.auxilor.io

This commit is contained in:
Auxilor
2023-03-29 13:21:40 +01:00
parent f5e289966f
commit bbd541abe0
2 changed files with 15 additions and 0 deletions

View File

@@ -28,6 +28,8 @@ jobs:
- name: Publish artifact
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
MAVEN_USERNAME: ${{ secrets.MAVEN_USERNAME }}
MAVEN_PASSWORD: ${{ secrets.MAVEN_PASSWORD }}
# The GITHUB_REF tag comes in the format 'refs/tags/xxx'.
# So if we split on '/' and take the 3rd value, we can get the release name.