Deploy plugin updates to WordPress.org's plugin SVN. Modeled on [10up's GitHub action](https://github.com/10up/actions-wordpress/blob/598b1572d5024340f09d7efc083a65ebff3bcdef/dotorg-plugin-deploy/entrypoint.sh) of the same intent.
## Configuration
### `.gitlab-ci.yml`
Add the following to the plugin's `.gitlab-ci.yml`:
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"$WP_ORG_USERNAME"--password"$WP_ORG_PASSWORD"