fix(pypi-release): Push version change to the branch (#2374)

This commit is contained in:
Pepe Fagoaga
2023-05-18 18:46:11 +02:00
committed by GitHub
parent b048128e77
commit ce42e4d1cd

View File

@@ -36,6 +36,7 @@ jobs:
git tag -fa ${{ env.RELEASE_TAG }} -m "chore(release): ${{ env.RELEASE_TAG }}"
git push -f origin ${{ env.RELEASE_TAG }}
git checkout -B release-${{ env.RELEASE_TAG }}
git push origin release-${{ env.RELEASE_TAG }}
poetry build
- name: Publish prowler package to PyPI
run: |