Skip to content

Commit 2e3b73f

Browse files
Update Jenkins/Jetbrains/Eclipse with new release (AST-000)
1 parent 953d863 commit 2e3b73f

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
@@ -127,4 +127,15 @@ jobs:
127127
release_author: "Phoenix Team"
128128
release_url: https://github.com/CheckmarxDev/ast-cli-java-wrapper/releases/tag/${{ needs.release.outputs.TAG_NAME }}
129129
jira_product_name: JAVA_WRAPPER
130+
secrets: inherit
131+
132+
dispatch_auto_release:
133+
name: Update Jenkins/Jetbrains/Eclipse Extensions With new Wrapper Version
134+
if: inputs.dev == false
135+
needs: notify
136+
uses: Checkmarx/plugins-release-workflow/.github/workflows/dispatch-workflow.yml@main
137+
with:
138+
cli_version: ${{ needs.release.outputs.CLI_VERSION }}
139+
is_cli_release: false
140+
is_java_release: true
130141
secrets: inherit

0 commit comments

Comments
 (0)