Skip to content

Commit 99b2c38

Browse files
Fix workflow dispatch method
1 parent 9ed2665 commit 99b2c38

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)