From 78e8e4d50aac89b53bf4048cf2213c2965446d73 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julien=20Valverd=C3=A9?= Date: Tue, 18 Jun 2024 03:18:33 +0200 Subject: [PATCH] CI fix --- .gitea/workflows/publish.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/publish.yaml b/.gitea/workflows/publish.yaml index ac96788..43aa69a 100644 --- a/.gitea/workflows/publish.yaml +++ b/.gitea/workflows/publish.yaml @@ -16,7 +16,7 @@ jobs: with: node-version: "20" registry-url: https://git.jvalver.de/api/packages/thilawyn/npm - scope: @thilawyn + scope: "@thilawyn" - name: Clone repo uses: actions/checkout@v4 - name: Install dependencies