From 4b4fced58be5cbd7e17b3c1535d0e0cb3980a9d9 Mon Sep 17 00:00:00 2001 From: Luuk Verhoeven Date: Sat, 20 Jul 2024 15:08:33 +0200 Subject: [PATCH] Add auto release --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4f5f845..4a9f49f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -13,6 +13,6 @@ jobs: # Grunt fails due to CSS styling, when needing an !important statement. disable_grunt: false disable_phpunit: true - disable_release : true + disable_release : false release_branches: main min_php : 7.4 \ No newline at end of file