From 8a9160abe779bf72bb353333b4c911a1c9022e0d Mon Sep 17 00:00:00 2001 From: Kesara Rathnayake Date: Mon, 8 Jun 2026 13:30:00 +1200 Subject: [PATCH] ci: Fix typo in create-pull-request --- .github/workflows/pypi-publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pypi-publish.yml b/.github/workflows/pypi-publish.yml index 4837950..e417e97 100644 --- a/.github/workflows/pypi-publish.yml +++ b/.github/workflows/pypi-publish.yml @@ -185,7 +185,7 @@ jobs: - name: Create Pull Request uses: peter-evans/create-pull-request@v7 with: - commit_message: 'docs: update CHANGELOG.md + py file versions for ${{ env.PKG_VERSION }} [skip ci]' + commit-message: 'docs: update CHANGELOG.md + py file versions for ${{ env.PKG_VERSION }} [skip ci]' publish-to-testpypi: name: Publish Python 🐍 distribution 📦 to TestPyPI