echo"𝘅︎ EXITING before commit step as this is the '${CI_COMMIT_REF_NAME}' ref, not the '${WP_ORG_RELEASE_TAG}' ref." 1>&2
exit 0
fi
echo"➤ Committing files..."
svn commit -m"Update to version ${PLUGIN_VERSION} from GitLab (${CI_PROJECT_URL}; ${CI_JOB_URL})"--no-auth-cache--non-interactive--username"$SVN_USERNAME"--password"$SVN_PASSWORD"
svn commit -m"Update to version ${PLUGIN_VERSION} from GitLab (${CI_PROJECT_URL}; ${CI_JOB_URL})"--no-auth-cache--non-interactive--username"$WP_ORG_USERNAME"--password"$WP_ORG_PASSWORD"