Skip to content

Commit 5068297

Browse files
Update ADO with new release (AST-000)
1 parent f20db68 commit 5068297

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.github/workflows/release.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -158,4 +158,15 @@ jobs:
158158
release_author: "Phoenix Team"
159159
release_url: https://github.com/CheckmarxDev/ast-cli-javascript-wrapper-runtime-cli/releases/tag/${{ needs.release.outputs.TAG_NAME }}
160160
jira_product_name: JS_RUNTIME_WRAPPER
161+
secrets: inherit
162+
163+
dispatch_auto_release:
164+
name: Update ADO Extension With new Wrapper Version
165+
if: inputs.dev == false
166+
needs: notify
167+
uses: Checkmarx/plugins-release-workflow/.github/workflows/dispatch-workflow.yml@main
168+
with:
169+
cli_version: ${{ needs.release.outputs.CLI_VERSION }}
170+
is_cli_release: false
171+
is_js_runtime_release: true
161172
secrets: inherit

0 commit comments

Comments
 (0)