Add CreeperHost maven repository

This commit is contained in:
raoulvdberge
2022-03-26 12:22:42 +01:00
parent d5ddd38ba5
commit 6c4c38a579
2 changed files with 10 additions and 0 deletions

View File

@@ -42,6 +42,8 @@ jobs:
run: ./gradlew publish
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
CREEPERHOST_MAVEN_USERNAME: ${{ secrets.CREEPERHOST_MAVEN_USERNAME }}
CREEPERHOST_MAVEN_TOKEN: ${{ secrets.CREEPERHOST_MAVEN_TOKEN }}
RELEASE: ${{ steps.tagName.outputs.tag }}
- name: Retrieve changelog
id: changelog_reader