mirror of
https://github.com/ghndrx/prowler.git
synced 2026-02-10 06:45:08 +00:00
fix(action): solve pypi-release action creating the release branch (#2364)
This commit is contained in:
1
.github/workflows/pypi-release.yml
vendored
1
.github/workflows/pypi-release.yml
vendored
@@ -35,6 +35,7 @@ jobs:
|
|||||||
git commit -m "chore(release): ${{ env.RELEASE_TAG }}" --no-verify
|
git commit -m "chore(release): ${{ env.RELEASE_TAG }}" --no-verify
|
||||||
git tag -fa ${{ env.RELEASE_TAG }} -m "chore(release): ${{ env.RELEASE_TAG }}"
|
git tag -fa ${{ env.RELEASE_TAG }} -m "chore(release): ${{ env.RELEASE_TAG }}"
|
||||||
git push -f origin ${{ env.RELEASE_TAG }}
|
git push -f origin ${{ env.RELEASE_TAG }}
|
||||||
|
git checkout -B release-${{ env.RELEASE_TAG }}
|
||||||
poetry build
|
poetry build
|
||||||
- name: Publish prowler package to PyPI
|
- name: Publish prowler package to PyPI
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
Reference in New Issue
Block a user