Rename create-github-release jobs for node and java to create-github-release-node and create-github-release-java.
Motivation
Error caused by multiple jobs with the same name.
Additional Notes
Describe how to test/QA your changes
Create test branch and update $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH" condition to $CI_COMMIT_BRANCH == "<test-branch-name>". Verify that pipeline runs without errors
What does this PR do?
Rename
create-github-release
jobs for node and java tocreate-github-release-node
andcreate-github-release-java
.Motivation
Error caused by multiple jobs with the same name.
Additional Notes
Describe how to test/QA your changes
Create test branch and update
$CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH"
condition to$CI_COMMIT_BRANCH == "<test-branch-name>"
. Verify that pipeline runs without errors