This is an automated email from the ASF dual-hosted git repository. mibo pushed a commit to branch OLINGO-1636-jdk_upgrade in repository https://gitbox.apache.org/repos/asf/olingo-odata2.git
commit 72646b840bac7beea2e4a592bef06fc379941221 Author: Iliyan Velichkov <[email protected]> AuthorDate: Wed Dec 13 11:21:39 2023 +0200 change job name Signed-off-by: Iliyan Velichkov <[email protected]> --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index d993627b..9c2a548c 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -15,7 +15,7 @@ on: run-name: 'version set to ${{ github.event.inputs.releaseVersion }} for release' jobs: - build: + release-project: runs-on: ubuntu-latest steps:
