Skip to content

fix: null point execption isAnyRubrique #79

fix: null point execption isAnyRubrique

fix: null point execption isAnyRubrique #79

Workflow file for this run

name: release-on-tag
on:
push:
tags:
- version-*
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: Package with Maven
run: mvn package
- uses: ncipollo/release-action@v1
with:
artifacts: "*/target/*.war,arc-batch/target/ArcMain.jar"
body: "New automated release. See [CHANGELOG](https://github.com/InseeFr/ARC/blob/master/CHANGELOG.md)"
token: ${{ secrets.GITHUB_TOKEN }}