Skip to content

Commit c86b7cb

Browse files
Merge pull request #223 from Checkmarx/fix-workflow-dispatch
Fix workflow dispatch method (AST-000)
2 parents 9ed2665 + 99b2c38 commit c86b7cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name: Publish Checkmarx One CLI GitHub Action
33

44
on:
5-
workflow_call:
5+
workflow_dispatch:
66
inputs:
77
tag:
88
description: 'Next release tag'

0 commit comments

Comments
 (0)