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.
2 parents 066a86e + 64e753f commit 6d8cf08Copy full SHA for 6d8cf08
.github/workflows/release.yml
@@ -177,3 +177,14 @@ jobs:
177
release_url: https://github.com/CheckmarxDev/ast-cli-javascript-wrapper/releases/tag/${{ needs.release.outputs.TAG_NAME }}
178
jira_product_name: JAVASCRIPT_WRAPPER
179
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