Skip to content

Commit

Permalink
Remove disable release from workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
bwalkerl committed Mar 13, 2024
1 parent 40e0851 commit 8d3510a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,5 @@ jobs:
# Any further options in this section
disable_behat: true
disable_grunt: true
disable_release: true
disable_phplint: true
disable_phpdoc: true
4 changes: 2 additions & 2 deletions version.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@

defined('MOODLE_INTERNAL') || die();

$plugin->version = 2024030800;
$plugin->release = 2024030800; // Match release exactly to version.
$plugin->version = 2024031400;
$plugin->release = 2024031400; // Match release exactly to version.
$plugin->requires = 2020061500; // Support for 3.9 and above, due to the Check API.
$plugin->supported = [39, 401];
$plugin->component = 'tool_heartbeat';
Expand Down

0 comments on commit 8d3510a

Please sign in to comment.