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 f20db68 commit 5068297Copy full SHA for 5068297
.github/workflows/release.yml
@@ -158,4 +158,15 @@ jobs:
158
release_author: "Phoenix Team"
159
release_url: https://github.com/CheckmarxDev/ast-cli-javascript-wrapper-runtime-cli/releases/tag/${{ needs.release.outputs.TAG_NAME }}
160
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
172
secrets: inherit
0 commit comments