From 33144ed99d64c9495937d00a031fc0e40c6ce7b5 Mon Sep 17 00:00:00 2001 From: "David M. Lloyd" Date: Tue, 2 Apr 2024 14:28:31 -0500 Subject: [PATCH] Add missing parameter to release workflow and re-release --- .github/project.yml | 1 + .github/workflows/release.yml | 1 + 2 files changed, 2 insertions(+) diff --git a/.github/project.yml b/.github/project.yml index 09ce539..aff8954 100644 --- a/.github/project.yml +++ b/.github/project.yml @@ -2,3 +2,4 @@ name: SmallRye Parent release: current-version: 43 next-version: 44-SNAPSHOT + diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index a3c917d..f0e80a0 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -27,6 +27,7 @@ jobs: token: ${{secrets.RELEASE_TOKEN}} - uses: actions/setup-java@v4 + distribution: temurin with: java-version: 11