Skip to content

Change hook callback to string (#211) #12

Change hook callback to string (#211)

Change hook callback to string (#211) #12

#
# Whenever version.php is changed, add the latest version
# to the Moodle Plugins directory at https://moodle.org/plugins
#
name: Releasing in the Plugins directory
on:
push:
branches:
- VERSION3
paths:
- 'version.php'
jobs:
workflow_group_310_plus_release:
uses: catalyst/catalyst-moodle-workflows/.github/workflows/group-310-plus-release.yml@main
with:
plugin_name: local_envbar
secrets:
moodle_org_token: ${{ secrets.MOODLE_ORG_TOKEN }}