From ddbcfcdc1da1edaf03241e92aba6aea233d9bbe3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julien=20Valverd=C3=A9?= Date: Tue, 18 Jun 2024 04:30:29 +0200 Subject: [PATCH] Attempt at fixing NPM login --- .gitea/workflows/publish.yaml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.gitea/workflows/publish.yaml b/.gitea/workflows/publish.yaml index adb3dc4..bb7f711 100644 --- a/.gitea/workflows/publish.yaml +++ b/.gitea/workflows/publish.yaml @@ -24,8 +24,6 @@ jobs: - name: Build run: npm run build - name: Publish - run: | - npm adduser - npm publish + run: npm publish env: NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}