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