From af49a0b533ce2b2636d001bfa0e3c51726054269 Mon Sep 17 00:00:00 2001 From: Lesigh-3100 Date: Thu, 18 Apr 2024 11:33:16 +0300 Subject: [PATCH] Update release-and-pypi-publish.yml --- .github/workflows/release-and-pypi-publish.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/release-and-pypi-publish.yml b/.github/workflows/release-and-pypi-publish.yml index 7cece92d8..6ef6372fb 100644 --- a/.github/workflows/release-and-pypi-publish.yml +++ b/.github/workflows/release-and-pypi-publish.yml @@ -97,6 +97,8 @@ jobs: git config --local user.name "GitHub Action" git add fastlane_bot/__init__.py git commit -m "Bump version [skip ci]" + git tag $NEW_VERSION + git push origin main --tags - name: Generate changelog if: steps.check.outputs.skip != 'true'