From 52cb0c55a8c7b131b661e110036393a4b1fb5266 Mon Sep 17 00:00:00 2001 From: Rigert Alekaj Date: Thu, 28 Aug 2025 11:11:13 +0200 Subject: [PATCH] Fixed typo with package name during release --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 3b632ee6..4977d3f1 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -604,7 +604,7 @@ jobs: - name: Release Notes uses: softprops/action-gh-release@v1 with: - name: v${{ inputs.NHELM_CHART_VERSION }} + name: v${{ inputs.HELM_CHART_VERSION }} tag_name: ${{ inputs.HELM_CHART_VERSION }} token: ${{ secrets.GH_TOKEN }} body: "- Update to Neo4j ${{ inputs.DOCKER_IMAGE_VERSION }} as the new baseline, see [Release notes](https://neo4j.com/release-notes/database/neo4j-5///) for details of changes"