fix(action): Build from release branch (#1834)

This commit is contained in:
Pepe Fagoaga
2023-02-03 14:31:43 +01:00
committed by GitHub
parent 9b91c00fcc
commit 5f6e4663c0

View File

@@ -5,7 +5,7 @@ on:
types: [published]
env:
GITHUB_BRANCH: master
GITHUB_BRANCH: ${{ github.event.release.tag_name }}
jobs:
release-prowler-job: