diff --git a/.github/workflows/cut-release.yml b/.github/workflows/cut-release.yml index 3af98d43..ba5e8c57 100644 --- a/.github/workflows/cut-release.yml +++ b/.github/workflows/cut-release.yml @@ -10,7 +10,7 @@ jobs: call-common-workflow: uses: dominant-strategies/quai-cicd/.github/workflows/cut-release-common.yml@main with: - branch: main + branch: ${{ github.event.inputs.branch }} needs_build: true needs_docker: false install_command: "npm ci"