From d24be069ed161833b1a3497c8b729706e9ee2e39 Mon Sep 17 00:00:00 2001 From: djarrancotleanu Date: Tue, 17 Sep 2024 15:44:56 +1000 Subject: [PATCH] Add config to publish to plugin directory --- .github/workflows/ci.yml | 5 ++--- version.php | 4 ++-- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c758b899..5805eb51 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 diff --git a/version.php b/version.php index 34c10bc9..66e9fce0 100644 --- a/version.php +++ b/version.php @@ -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.