From 52b4667428f1ca38e0585403a57735b885944734 Mon Sep 17 00:00:00 2001 From: tedezed Date: Mon, 23 Sep 2024 12:08:51 +0200 Subject: [PATCH] Test publish --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ce14930..3caf94d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -17,11 +17,11 @@ jobs: matrix: include: - node-version: 18.x - publish: false + publish: true - node-version: 20.x - publish: false # TODO + publish: true # TODO - node-version: 22.x - publish: false + publish: true env: CI: true