From 1e85acd86b423beb68d9b45cbeafd3221cf9cf98 Mon Sep 17 00:00:00 2001 From: Michiel Meeuwissen Date: Wed, 23 Oct 2024 13:10:30 +0200 Subject: [PATCH] Details. --- .github/workflows/branch.yml | 1 + .github/workflows/maven.yml | 5 +++-- .github/workflows/release.yml | 3 ++- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/.github/workflows/branch.yml b/.github/workflows/branch.yml index 824f48f8..598c482a 100644 --- a/.github/workflows/branch.yml +++ b/.github/workflows/branch.yml @@ -1,3 +1,4 @@ +--- name: 'create release branch' on: workflow_dispatch: diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index f165f60f..f0489e6d 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -1,3 +1,4 @@ +--- name: build on: @@ -34,7 +35,7 @@ jobs: uses: codecov/codecov-action@v4 continue-on-error: true - name: Publish Test Report - uses: EnricoMi/publish-unit-test-result-action@v2.17.0 + uses: EnricoMi/publish-unit-test-result-action@v2.18.0 if: always() with: - junit_files: "**/target/surefire-reports/*.xml" + files: "**/target/surefire-reports/*.xml" diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 396def83..4d637dc9 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -1,3 +1,4 @@ +--- name: release run-name: Creating release by ${{ github.actor }} on ${{ github.ref_name }} @@ -26,7 +27,7 @@ jobs: with: global: true name: 'github $GITHUB_ACTOR' - email: 'digitaal-techniek@vpro.nl' + email: 'git@mmprogrami.nl' token: '${{ secrets.GITHUB_TOKEN }}' - name: Release run: mvn -Pdeploy,ossrh --batch-mode -Darguments=-DskipTests release:prepare release:perform