update configs for gitflow-maven-plugin

This commit is contained in:
2024-08-30 11:22:12 +10:00
parent 6eff87636d
commit d64405d7f4
4 changed files with 26 additions and 20 deletions

View File

@@ -23,11 +23,8 @@ jobs:
java-version: 17
- name: Maven Publish
env:
GITHUB_ACTOR: '3dwardch3ng'
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
NEXUS_USERNAME: 'edward'
NEXUS_PASSWORD: ${{ secrets.NEXUS_PASSWORD }}
DEPLOYMENT_REPOSITORY_ID: ${{ secrets.DEPLOYMENT_REPOSITORY_ID }}
SNAPSHOT_DEPLOYMENT_REPOSITORY_URL: ${{ secrets.SNAPSHOT_DEPLOYMENT_REPOSITORY_URL }}
RELEASE_DEPLOYMENT_REPOSITORY_URL: ${{ secrets.RELEASE_DEPLOYMENT_REPOSITORY_URL }}
run: |