Update maven-publish.yml
This commit is contained in:
parent
db5c444b92
commit
875c9633b9
3
.github/workflows/maven-publish.yml
vendored
3
.github/workflows/maven-publish.yml
vendored
@ -35,6 +35,9 @@ jobs:
|
||||
server-id: mchv-release-distribution
|
||||
server-username: MAVEN_USERNAME
|
||||
server-password: MAVEN_PASSWORD
|
||||
env:
|
||||
MAVEN_USERNAME: ${{ secrets.MCHV_USERNAME }}
|
||||
MAVEN_PASSWORD: ${{ secrets.MCHV_TOKEN }}
|
||||
- name: Deploy to Maven (Release)
|
||||
if: github.ref == 'refs/heads/master'
|
||||
shell: bash
|
||||
|
Loading…
Reference in New Issue
Block a user