diff --git a/scripts/sql/225_Github_Release_Plugin.up.sql b/scripts/sql/225_Github_Release_Plugin.up.sql index 28e25b5dc61..62064aa683a 100644 --- a/scripts/sql/225_Github_Release_Plugin.up.sql +++ b/scripts/sql/225_Github_Release_Plugin.up.sql @@ -65,7 +65,6 @@ if [ "$source_type" == "SOURCE_TYPE_BRANCH_FIXED" ]; then GithubReleaseSourcePriority=$(echo "$GithubReleaseSourcePriority" | tr \'[:upper:]\' \'[:lower:]\') tag=$(echo "$CI_CD_EVENT" | jq -r \'.commonWorkflowRequest.extraEnvironmentVariables.GithubTag\') - echo "Githubtag:$tag" if [ -n "$tag" ] && [ "$tag" != "null" ]; then ReleaseTag="$tag"