From 0d0331e2d7e659ca88c32e4fd3a5b6bed7642cd1 Mon Sep 17 00:00:00 2001 From: Gato Date: Mon, 25 May 2026 05:51:09 +0200 Subject: [PATCH] =?UTF-8?q?Corretion=20probl=C3=A8me=20de=20yml?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/release.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitea/workflows/release.yml b/.gitea/workflows/release.yml index f6e0535..9e524c0 100644 --- a/.gitea/workflows/release.yml +++ b/.gitea/workflows/release.yml @@ -29,7 +29,8 @@ jobs: git config user.email "github-actions[bot]@users.noreply.github.com" - name: Bump patch version - run: npm version patch -m "chore: bump version to %s [skip ci]" + run: | + npm version patch -m "chore: bump version to %s [skip ci]" - name: Push version commit and tag run: |