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 2bcc0bd commit 2f1f071Copy full SHA for 2f1f071
.github/workflows/release.yml
@@ -147,7 +147,7 @@ jobs:
147
prerelease: ${{ inputs.dev }}
148
149
notify:
150
- if: inputs.dev == false || inputs.cliTag == '4.4.4'
+ if: inputs.dev == false || inputs.cliTag == '2.3.12'
151
needs: release
152
uses: Checkmarx/plugins-release-workflow/.github/workflows/release-notify.yml@main
153
with:
0 commit comments