Skip to content

Commit

Permalink
Enable auto publishing (#114)
Browse files Browse the repository at this point in the history
  • Loading branch information
bwalkerl authored Mar 15, 2024
1 parent 96d305e commit 6b6aacd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,7 @@ on: [push, pull_request]
jobs:
ci:
uses: catalyst/catalyst-moodle-workflows/.github/workflows/ci.yml@main
secrets:
moodle_org_token: ${{ secrets.MOODLE_ORG_TOKEN }}
with:
disable_behat: 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 = 2023020700;
$plugin->release = 2020091100; // Match release exactly to version.
$plugin->version = 2023020701;
$plugin->release = 2023020701; // Match release exactly to version.
$plugin->requires = 2016052300;
$plugin->component = 'tool_securityquestions';
$plugin->maturity = MATURITY_STABLE;
Expand Down

0 comments on commit 6b6aacd

Please sign in to comment.