From 59046f71ac767f0cb8603bf214614b97a336a0c4 Mon Sep 17 00:00:00 2001 From: "Ch.-David Blot" Date: Wed, 11 Feb 2026 08:48:26 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=9A=20ci:=20fix=20publishing=20pipelin?= =?UTF-8?q?e?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/publish.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 95dc897..8f1145f 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -13,6 +13,7 @@ jobs: runs-on: ubuntu-24.04 environment: publish steps: + - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6 - name: Setup toolchain uses: ./.github/actions/setup-test - name: Build & Push packages