We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fd50fa2 commit 8a2e3edCopy full SHA for 8a2e3ed
.github/workflows/release.yml
@@ -166,7 +166,7 @@ jobs:
166
prerelease: ${{ inputs.dev }}
167
168
notify:
169
- if: inputs.dev == false || inputs.jsTag == 'test-notify'
+ if: inputs.dev == false
170
needs: release
171
uses: Checkmarx/plugins-release-workflow/.github/workflows/release-notify.yml@main
172
with:
0 commit comments