From 4a809fa5c47935336feb60a8a87284a43e355811 Mon Sep 17 00:00:00 2001 From: Fred Boniface Date: Thu, 12 Feb 2026 20:33:51 +0000 Subject: [PATCH] Disable NPM Publishing --- .gitea/workflows/publish.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.gitea/workflows/publish.yaml b/.gitea/workflows/publish.yaml index 5294d18..011e1e2 100644 --- a/.gitea/workflows/publish.yaml +++ b/.gitea/workflows/publish.yaml @@ -27,10 +27,10 @@ jobs: - name: Build run: npm run build - - name: Publish to NPM - run: npm publish --access public - env: - NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }} + # - name: Publish to NPM + # run: npm publish --access public + # env: + # NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }} - name: Publish to Gitea Repo run: npm publish --registry=https://git.fjla.uk