Skip to content

Commit

Permalink
Add config to publish to plugin directory
Browse files Browse the repository at this point in the history
  • Loading branch information
djarran committed Sep 17, 2024
1 parent d812d96 commit d24be06
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,8 @@ on: [push, pull_request]
jobs:
ci:
uses: catalyst/catalyst-moodle-workflows/.github/workflows/ci.yml@main
#secrets:
# Required if you plan to publish (uncomment the below)
# moodle_org_token: ${{ secrets.MOODLE_ORG_TOKEN }}
secrets:
moodle_org_token: ${{ secrets.MOODLE_ORG_TOKEN }}
with:
codechecker_max_warnings: 0 # CI should now fail on phpcs / code checker warnings.
disable_behat: true
Expand Down
4 changes: 2 additions & 2 deletions version.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@

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

$plugin->version = 2024053100;
$plugin->release = 2024053100;
$plugin->version = 2024053101;
$plugin->release = 2024053101;
$plugin->requires = 2022112800; // Our lowest supported Moodle (3.3.0).
$plugin->supported = [400, 402];
// TODO $plugin->incompatible = ; // Available as of Moodle 3.9.0 or later.
Expand Down

0 comments on commit d24be06

Please sign in to comment.