We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 02bd0d4 commit 7b83ab2Copy full SHA for 7b83ab2
.github/workflows/release.yml
@@ -117,7 +117,7 @@ jobs:
117
prerelease: ${{ inputs.dev }}
118
119
notify:
120
- if: inputs.dev == false || input.tag == 'test-notify'
+ if: inputs.dev == false || inputs.tag == 'test-notify'
121
needs: release
122
uses: Checkmarx/plugins-release-workflow/.github/workflows/release-notify.yml@main
123
with:
0 commit comments