We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent daef4df commit 4e0880eCopy full SHA for 4e0880e
.github/workflows/moodle-release.yml
@@ -0,0 +1,17 @@
1
+# .github/workflows/moodle-release.yml
2
+name: Releasing in the Plugins directory
3
+
4
+on:
5
+ push:
6
+ branches:
7
+ - master
8
+ paths:
9
+ - 'version.php'
10
11
+jobs:
12
+ release:
13
+ uses: catalyst/catalyst-moodle-workflows/.github/workflows/group-310-plus-release.yml@main
14
+ with:
15
+ plugin_name: tool_passwordvalidator
16
+ secrets:
17
+ moodle_org_token: ${{ secrets.MOODLE_ORG_TOKEN }}
version.php
@@ -24,7 +24,7 @@
24
25
defined('MOODLE_INTERNAL') || die();
26
27
-$plugin->version = 2023091101;
+$plugin->version = 2024110700;
28
$plugin->release = $plugin->version;
29
$plugin->requires = 2016052300;
30
$plugin->component = 'tool_passwordvalidator';
0 commit comments