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 922cc967ab0a78bb4edc36b27521dd8831babc47 Author: Iliyan Velichkov <[email protected]> AuthorDate: Wed Dec 13 11:00:13 2023 +0200 update release.yml Signed-off-by: Iliyan Velichkov <[email protected]> --- .github/workflows/release.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 0c674b8f..6666ba01 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -70,10 +70,10 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # This token is provided by Actions, you do not need to create your own token with: - tag_name: ${{ github.ref }} - release_name: Release ${{ github.ref }} + tag_name: ${{ github.event.inputs.releaseVersion }} + release_name: Release ${{ github.event.inputs.releaseVersion }} body: | - Changes in this Release + Changes in this Release: - First Change - Second Change draft: false
