Skip to content
This repository has been archived by the owner on Sep 28, 2024. It is now read-only.

Use of token to publish artifacts for snapshot release #9

Use of token to publish artifacts for snapshot release

Use of token to publish artifacts for snapshot release #9

Workflow file for this run

name: peppol-reporting Master Build
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up JDK 11
uses: actions/setup-java@v1
with:
java-version: 11
- name: Build with Maven
run: mvn -B --no-transfer-progress package --file pom.xml