fix(pypi): Build from release branch (#2151)

This commit is contained in:
Pepe Fagoaga
2023-03-30 10:14:49 +02:00
committed by GitHub
parent e419aa1f1a
commit d425187778

View File

@@ -6,7 +6,6 @@ on:
env:
RELEASE_TAG: ${{ github.event.release.tag_name }}
GITHUB_BRANCH: master
jobs:
release-prowler-job:
@@ -17,8 +16,7 @@ jobs:
steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v3
with:
ref: ${{ env.GITHUB_BRANCH }}
- name: Install dependencies
run: |
pipx install poetry