Skip to content

Commit 7b83ab2

Browse files
committed
fix input to inputs
1 parent 02bd0d4 commit 7b83ab2

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
@@ -117,7 +117,7 @@ jobs:
117117
prerelease: ${{ inputs.dev }}
118118

119119
notify:
120-
if: inputs.dev == false || input.tag == 'test-notify'
120+
if: inputs.dev == false || inputs.tag == 'test-notify'
121121
needs: release
122122
uses: Checkmarx/plugins-release-workflow/.github/workflows/release-notify.yml@main
123123
with:

0 commit comments

Comments
 (0)