We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fbdd28b commit 1f84fedCopy full SHA for 1f84fed
.github/workflows/release-package.yml
@@ -40,6 +40,10 @@ jobs:
40
41
- name: Checkout
42
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
43
+ with:
44
+ # Need to explicitly get the current version, otherwise it defaults to current commit
45
+ # (which is not the same as the release/version commit).
46
+ ref: ${{ needs.release.outputs.current_version }}
47
48
# This workflow and the publish workflows are based on:
49
# - https://packaging.python.org/en/latest/guides/publishing-package-distribution-releases-using-github-actions-ci-cd-workflows/
0 commit comments