fix(action): solve pypi-release action creating the release branch (#2364)

This commit is contained in:
Sergio Garcia
2023-05-16 13:32:46 +02:00
committed by GitHub
parent a10ee43271
commit f63ff994ce

View File

@@ -35,6 +35,7 @@ jobs:
git commit -m "chore(release): ${{ env.RELEASE_TAG }}" --no-verify
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 }}
poetry build
- name: Publish prowler package to PyPI
run: |