Skip to content

Commit 697d54b

Browse files
committed
fix input to inputs
1 parent 60a9a75 commit 697d54b

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

118118
notify:
119-
if: inputs.dev == false || inputs.tag == 'test-notify1'
119+
if: inputs.dev == false || inputs.tag == 'test-notifyy'
120120
needs: release
121121
uses: Checkmarx/plugins-release-workflow/.github/workflows/release-notify.yml@main
122122
with:

0 commit comments

Comments
 (0)