Skip to content

Commit 37067d8

Browse files
committed
no-jira: Specify commit for release branch
1 parent 2f69257 commit 37067d8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,7 @@ jobs:
7676
uses: ncipollo/release-action@v1
7777
with:
7878
tag: "v${{ github.event.inputs.release-version }}"
79+
commit: ${{ github.event.inputs.release-branch }}
7980
generateReleaseNotes: true
8081
- name: Publish package distributions to PyPI
8182
uses: pypa/gh-action-pypi-publish@release/v1

0 commit comments

Comments
 (0)