From a3fc08f8a4a5f125cda336d8b9cdfc0fc7d7a7bd Mon Sep 17 00:00:00 2001 From: Shaun Hare Date: Sat, 18 May 2024 13:00:24 +0100 Subject: [PATCH 1/2] chore: release 2.10.4 Release-As: 2.10.4 From 99e7778de47a5c34503bda86b259142f3dd5c787 Mon Sep 17 00:00:00 2001 From: Shaun Hare Date: Sat, 18 May 2024 13:00:50 +0100 Subject: [PATCH 2/2] chore: release 2.10.4 Release-As: 2.10.4 --- .github/workflows/maven.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/maven.yaml b/.github/workflows/maven.yaml index 0f822f3..aaf487b 100644 --- a/.github/workflows/maven.yaml +++ b/.github/workflows/maven.yaml @@ -26,5 +26,5 @@ jobs: with: servers: '[{ "id":"dvsa-github-packages", "configuration": { "httpHeaders": { "property": { "name":"Authorization", "value":"Bearer ${{ secrets.GITHUB_TOKEN }}"} } } },{ "id":"github", "configuration": { "httpHeaders": { "property": { "name":"Authorization", "value":"Bearer ${{ secrets.GITHUB_TOKEN }}"} } } } ]' - - run: mvn -B -P github -X ${{ inputs.maven-goal}} + - run: mvn -B -P github ${{ inputs.maven-goal}}