From 37067d89271b603e0548a035d84dfbd74c8c78a0 Mon Sep 17 00:00:00 2001 From: kryanbeane Date: Fri, 12 Dec 2025 11:59:03 +0000 Subject: [PATCH] no-jira: Specify commit for release branch --- .github/workflows/release.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 366bf76d..45509af7 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -76,6 +76,7 @@ jobs: uses: ncipollo/release-action@v1 with: tag: "v${{ github.event.inputs.release-version }}" + commit: ${{ github.event.inputs.release-branch }} generateReleaseNotes: true - name: Publish package distributions to PyPI uses: pypa/gh-action-pypi-publish@release/v1