Skip to content

Commit a7e6e35

Browse files
authored
Merge pull request #37 from catalyst/add_moodle_release_310
add moodle release for MOODLE_310_STABLE
2 parents 5a033c8 + 9985517 commit a7e6e35

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

.github/workflows/moodle-release.yml

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
#
2+
# Whenever version.php is changed, add the latest version
3+
# to the Moodle Plugins directory at https://moodle.org/plugins
4+
#
5+
name: Releasing in the Plugins directory
6+
7+
on:
8+
push:
9+
branches:
10+
- MOODLE_310_STABLE
11+
paths:
12+
- 'version.php'
13+
14+
jobs:
15+
release:
16+
uses: catalyst/catalyst-moodle-workflows/.github/workflows/group-310-plus-release.yml@main
17+
with:
18+
plugin_name: auth_basic
19+
secrets:
20+
moodle_org_token: ${{ secrets.MOODLE_ORG_TOKEN }}

0 commit comments

Comments
 (0)