Skip to content

AST Cli Release

AST Cli Release #619

Workflow file for this run

name: AST Cli Release
on:
workflow_call:
inputs:
tag:
description: 'Next release tag'
required: true
type: string
dev:
description: 'Is dev build'
required: false
default: true
type: boolean
workflow_dispatch:
inputs:
tag:
description: 'Next release tag'
required: true
type: string
dev:
description: 'Is dev build'
required: false
default: true
type: boolean
permissions:
id-token: write
contents: write
jobs:
notify:

Check failure on line 33 in .github/workflows/release.yml

View workflow run for this annotation

GitHub Actions / AST Cli Release

Invalid workflow file

The workflow is not valid. .github/workflows/release.yml (Line: 33, Col: 3): The workflow must contain at least one job with no dependencies.
needs: build
uses: Checkmarx/plugins-release-workflow/.github/workflows/release-notify.yml@main
with:
product_name: CLI
release_version: ${{ inputs.tag }}
cli_release_version: ""
release_author: "Phoenix Team"
release_url: https://github.com/Checkmarx/ast-cli/releases/tag/${{ inputs.tag }}
secrets: inherit