From 5d9458f2f6cb83202c9c2ab0824bc3adc3c81441 Mon Sep 17 00:00:00 2001 From: Luke Else Date: Mon, 15 Sep 2025 12:28:33 +0100 Subject: [PATCH] fix: Only use registry when publishing application --- .gitea/workflows/deploy.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.gitea/workflows/deploy.yaml b/.gitea/workflows/deploy.yaml index 39e3dbb..90db56a 100644 --- a/.gitea/workflows/deploy.yaml +++ b/.gitea/workflows/deploy.yaml @@ -14,8 +14,6 @@ jobs: - name: Setup Node.js uses: actions/setup-node@v3 - with: - registry-url: https://git.luke-else.co.uk/api/packages/luke-else/npm/ - name: Install dependencies run: npm install