Skip to content

Commit 8c60194

Browse files
test jira release creation
1 parent 0fbabe7 commit 8c60194

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -134,12 +134,12 @@ jobs:
134134
notify:
135135
if: inputs.dev == false
136136
needs: release
137-
uses: Checkmarx/plugins-release-workflow/.github/workflows/release-notify.yml@main
137+
uses: Checkmarx/plugins-release-workflow/.github/workflows/release-notify.yml@update-jira-release-token
138138
with:
139139
product_name: Java Wrapper
140140
release_version: ${{ needs.release.outputs.TAG_NAME }}
141141
cli_release_version: ${{ needs.release.outputs.CLI_VERSION }}
142-
release_author: "Phoenix Team"
142+
release_author: "Sypher Team"
143143
release_url: https://github.com/CheckmarxDev/ast-cli-java-wrapper/releases/tag/${{ needs.release.outputs.TAG_NAME }}
144144
jira_product_name: JAVA_WRAPPER
145145
secrets: inherit

0 commit comments

Comments
 (0)