Skip to content

Update the default standalone writer to Medtator format #65

Update the default standalone writer to Medtator format

Update the default standalone writer to Medtator format #65

Workflow file for this run

name: Build
on:
push:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up JDK 13
uses: actions/setup-java@v1
with:
java-version: 13
server-id: github # Value of the distributionManagement/repository/id field of the pom.xml
settings-path: ${{ github.workspace }}/githubdeploysettings # location for the settings.xml file
- name: Build with Maven
run: mvn -B package --file pom.xml -s settings.xml -P build-deploy
env:
SECRET_ACTOR: ${{ secrets.SECRET_ACTOR }}
SECRET_TOKEN: ${{ secrets.SECRET_TOKEN }}