From d0045f814f1e16f33f246ee4f1f47bf8ace03432 Mon Sep 17 00:00:00 2001 From: mini-ninja-64 Date: Tue, 31 Mar 2026 22:15:44 +0100 Subject: [PATCH] Add missing scope property to node action --- .github/workflows/publish.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 701dc56..de200c8 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -13,6 +13,7 @@ jobs: with: node-version: 18 registry-url: https://registry.npmjs.org/ + scope: "@the-via" - run: npm ci - run: npm run build - run: npm run test:ci