Skip to content

Bump version to 2.5.2 #16

Bump version to 2.5.2

Bump version to 2.5.2 #16

Workflow file for this run

name: Build cli for release
on:
push:
tags:
- '**'
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-java@v2
with:
java-version: '11'
distribution: 'temurin'
cache: maven
- run: mvn -Dhttps.protocols=TLSv1.2 package -pl MetFragCommandLine -am -DskipTests
- name: Add asset to release
uses: softprops/action-gh-release@v1
with:
files: 'MetFragCommandLine/target/MetFragCommandLine-*jar'