diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index d347623e..9c91de8b 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -169,7 +169,7 @@ jobs: product_name: Javascript Runtime Wrapper release_version: ${{ needs.release.outputs.TAG_NAME }} cli_release_version: ${{ needs.release.outputs.CLI_VERSION }} - release_author: "Phoenix Team" + release_author: "Sypher Team" release_url: https://github.com/Checkmarx/ast-cli-javascript-wrapper-runtime-cli/releases/tag/${{ needs.release.outputs.TAG_NAME }} jira_product_name: JS_RUNTIME_WRAPPER secrets: inherit diff --git a/package.json b/package.json index 6af11dac..96f8ce44 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ "test:unit": "tsc && jest --runInBand --testPathPattern=tests/unit --no-coverage" }, "repository": "https://github.com/Checkmarx/ast-cli-javascript-wrapper-runtime-cli.git", - "author": "Jay Nanduri", + "author": "Checkmarx", "license": "ISC", "bugs": { "url": "https://github.com/Checkmarx/ast-cli-javascript-wrapper-runtime-cli/issues"