Skip to content

Commit

Permalink
Details.
Browse files Browse the repository at this point in the history
  • Loading branch information
mihxil committed Oct 23, 2024
1 parent 3e3d4e0 commit 1e85acd
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
1 change: 1 addition & 0 deletions .github/workflows/branch.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
---
name: 'create release branch'
on:
workflow_dispatch:
Expand Down
5 changes: 3 additions & 2 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
---
name: build

on:
Expand Down Expand Up @@ -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"
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
---
name: release
run-name: Creating release by ${{ github.actor }} on ${{ github.ref_name }}

Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 1e85acd

Please sign in to comment.