From 3979b83a0a6663ea4f180e68f82d565c8cf574ad Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Th=C3=A9o=20LAGACHE?= <43389096+Asuniia@users.noreply.github.com> Date: Tue, 3 Mar 2026 16:47:59 +0100 Subject: [PATCH] fix: Feat/new workflow (#116) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * update: release * fix * fix * fix * Update docker.yml * fix * Update auto-release.yml * Update auto-release.yml --------- Co-authored-by: Théo LAGACHE --- .github/workflows/auto-release.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/auto-release.yml b/.github/workflows/auto-release.yml index 01df03de..24c5e0eb 100644 --- a/.github/workflows/auto-release.yml +++ b/.github/workflows/auto-release.yml @@ -20,8 +20,6 @@ jobs: - name: Install pnpm uses: pnpm/action-setup@v4 - with: - version: 10 - name: Setup Node.js uses: actions/setup-node@v4