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 4c82755 commit 75d781fCopy full SHA for 75d781f
.github/workflows/reusable_pypi_deployment.yml
@@ -62,6 +62,7 @@ jobs:
62
- name: Check version against CHANGELOG
63
if: ${{ success() && inputs.publish }}
64
run: |
65
+ cd ${{ inputs.package_directory }}
66
CHANGELOG_VERSION=$(grep -Po '(?<=## \[)(\d+\.)+[^\]]' CHANGELOG.md | head -n 1)
67
if [ "${{ env.TAG_VERSION }}" == "${CHANGELOG_VERSION}" ]
68
then
0 commit comments