Skip to content

Cut Release

Cut Release #14

Workflow file for this run

name: Cut Release
on:
workflow_dispatch:
inputs:
branch:
description: 'Branch to use'
required: true
default: 'master'
jobs:
call-common-workflow:

Check failure on line 10 in .github/workflows/cut-release.yml

View workflow run for this annotation

GitHub Actions / Cut Release

Invalid workflow file

The workflow is not valid. .github/workflows/cut-release.yml (Line: 10, Col: 3): The workflow must contain at least one job with no dependencies.
uses: dominant-strategies/quai-cicd/.github/workflows/cut-release-common.yml@main
needs: get-branch
with:
branch: ${{ github.event.inputs.branch }}
needs_build: true
needs_docker: false
install_command: "npm ci"
build_command: "npm run build-clean"
cloud_deploy: false
skip_deploy: true
update_version: true
include_chart: false
use_v: false
secrets:
GH_PAT: ${{ secrets.GH_PAT }}
BUILD_ARGS: ''
GPG_PRIVATE_KEY: ${{ secrets.GPG_PRIVATE_KEY2 }}
GPG_KEY_ID: ${{ secrets.GPG_KEY_ID }}