Skip to content

Commit 6d8cf08

Browse files
authored
Merge branch 'main' into support-new-risk-management-command
2 parents 066a86e + 64e753f commit 6d8cf08

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
@@ -177,3 +177,14 @@ jobs:
177177
release_url: https://github.com/CheckmarxDev/ast-cli-javascript-wrapper/releases/tag/${{ needs.release.outputs.TAG_NAME }}
178178
jira_product_name: JAVASCRIPT_WRAPPER
179179
secrets: inherit
180+
181+
dispatch_auto_release:
182+
name: Update VS Code Extension With new Wrapper Version
183+
if: inputs.dev == false
184+
needs: notify
185+
uses: Checkmarx/plugins-release-workflow/.github/workflows/dispatch-workflow.yml@main
186+
with:
187+
cli_version: ${{ needs.release.outputs.CLI_VERSION }}
188+
is_cli_release: false
189+
is_js_release: true
190+
secrets: inherit

0 commit comments

Comments
 (0)