From 5038e3963431f82d05aa146b92c04754a8e9361c Mon Sep 17 00:00:00 2001 From: Platon Floria Date: Thu, 25 Apr 2024 20:58:02 +0800 Subject: [PATCH] wip --- .github/workflows/release-and-pypi-publish-test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release-and-pypi-publish-test.yml b/.github/workflows/release-and-pypi-publish-test.yml index 94c1f41ff..dd998d856 100644 --- a/.github/workflows/release-and-pypi-publish-test.yml +++ b/.github/workflows/release-and-pypi-publish-test.yml @@ -86,7 +86,7 @@ jobs: git checkout test-ci git config --local user.email "action@github.com" git config --local user.name "GitHub Action" - git add fastlane_bot/__init__.py + git add pyproject.toml git commit -m "Bump version [skip ci]" - name: Generate changelog