diff --git a/.github/workflows/update-pull-request.yml b/.github/workflows/update-pull-request.yml index 2b28cf2..dd8233d 100644 --- a/.github/workflows/update-pull-request.yml +++ b/.github/workflows/update-pull-request.yml @@ -24,7 +24,7 @@ jobs: - name: Compile new pull request description run: | echo 'PULL_REQUEST_NOTES<> $GITHUB_ENV - echo "$(python .github/workflows/scripts/compile-release-notes.py LAST_PULL_REQUEST '${{ github.event.pull_request.body }}')" >> $GITHUB_ENV + echo "$(python .github/workflows/scripts/compile-release-notes.py LAST_RELEASE '${{ github.event.pull_request.body }}')" >> $GITHUB_ENV echo 'EOF' >> $GITHUB_ENV - name: Update pull request body uses: riskledger/update-pr-description@v2 diff --git a/setup.py b/setup.py index 8b59616..171205a 100644 --- a/setup.py +++ b/setup.py @@ -16,7 +16,7 @@ setup( name="twined", - version="0.0.22", + version="0.0.23", py_modules=[], install_requires=["jsonschema ~= 3.2.0", "python-dotenv"], url="https://www.github.com/octue/twined",