We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0fbabe7 commit 8c60194Copy full SHA for 8c60194
1 file changed
.github/workflows/release.yml
@@ -134,12 +134,12 @@ jobs:
134
notify:
135
if: inputs.dev == false
136
needs: release
137
- uses: Checkmarx/plugins-release-workflow/.github/workflows/release-notify.yml@main
+ uses: Checkmarx/plugins-release-workflow/.github/workflows/release-notify.yml@update-jira-release-token
138
with:
139
product_name: Java Wrapper
140
release_version: ${{ needs.release.outputs.TAG_NAME }}
141
cli_release_version: ${{ needs.release.outputs.CLI_VERSION }}
142
- release_author: "Phoenix Team"
+ release_author: "Sypher Team"
143
release_url: https://github.com/CheckmarxDev/ast-cli-java-wrapper/releases/tag/${{ needs.release.outputs.TAG_NAME }}
144
jira_product_name: JAVA_WRAPPER
145
secrets: inherit
0 commit comments