Skip to content

Remove remainders of the bwa wrapper (introduced back after upstream … #11

Remove remainders of the bwa wrapper (introduced back after upstream …

Remove remainders of the bwa wrapper (introduced back after upstream … #11

Workflow file for this run

name: release
on:
push:
tags:
- '*'
jobs:
build:
runs-on: ubuntu-24.04-arm
permissions:
contents: write
steps:
- uses: actions/checkout@v4
- name: Maven without tests (rely on upstream testing for now)
run: mvn clean install -DskipTests
- uses: ncipollo/release-action@v1
with:
artifacts: "esvee/target/*.jar,hmf-common/target/*.jar"