File tree Expand file tree Collapse file tree 1 file changed +14
-9
lines changed
Expand file tree Collapse file tree 1 file changed +14
-9
lines changed Original file line number Diff line number Diff line change @@ -142,12 +142,17 @@ jobs:
142142 COSIGN_PASSWORD : ${{ secrets.COSIGN_PASSWORD }}
143143
144144 notify :
145- uses : Checkmarx/plugins-release-workflow/.github/workflows/release-notify.yml@main
146- with :
147- product_name : CLI
148- release_version : ${{ inputs.tag }}
149- cli_release_version : " "
150- release_author : " Phoenix Team"
151- release_url : https://github.com/Checkmarx/ast-cli/releases/tag/${{ inputs.tag }}
152- secrets :
153- GH_TOKEN : ${{ secrets.GITHUB_TOKEN }}
145+ runs-on : ubuntu-latest
146+ if : inputs.dev == false
147+ steps :
148+ - name : Send a Notification
149+ id : notify
150+ env :
151+ GH_TOKEN : ${{ secrets.GITHUB_TOKEN }}
152+ uses : Checkmarx/plugins-release-workflow/.github/workflows/release-notify.yml@main
153+ with :
154+ product_name : CLI
155+ release_version : ${{ inputs.tag }}
156+ cli_release_version : " "
157+ release_author : " Phoenix Team"
158+ release_url : https://github.com/Checkmarx/ast-cli/releases/tag/${{ inputs.tag }}
You can’t perform that action at this time.
0 commit comments