Skip to content

Replaced commons-certvalidator and peppol-specifications snapshots ve… #153

Replaced commons-certvalidator and peppol-specifications snapshots ve…

Replaced commons-certvalidator and peppol-specifications snapshots ve… #153

Workflow file for this run

name: Vefa-Peppol Snapshot publish
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Maven Central Repository
uses: actions/setup-java@v1
with:
java-version: 11
server-id: ossrh
server-username: MAVEN_USERNAME
server-password: MAVEN_PASSWORD
- name: Publish package
run: mvn --batch-mode deploy
env:
MAVEN_USERNAME: ${{ secrets.OSSRH_TOKEN_USERNAME }}
MAVEN_PASSWORD: ${{ secrets.OSSRH_TOKEN_PASSWORD }}