Skip to content

OpenBerlinScenario v6.0-pre #2

OpenBerlinScenario v6.0-pre

OpenBerlinScenario v6.0-pre #2

Workflow file for this run

name: Publish package
on:
release:
types: [created]
jobs:
publish:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-java@v3
with:
java-version: 17
architecture: x64
distribution: adopt
- name: Publish package
run: mvn --batch-mode deploy
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
env:
MAVEN_OPTS: -Xmx512m