diff --git a/.github/workflows/publish-npm.yml b/.github/workflows/publish-npm.yml index aac7b2c..ca6dfc3 100644 --- a/.github/workflows/publish-npm.yml +++ b/.github/workflows/publish-npm.yml @@ -13,7 +13,7 @@ jobs: with: node-version: '16.x' registry-url: 'https://registry.npmjs.org' - always-auth: true + always-auth: false scope: '@niveus' - name: Install dependencies 🔧 run: npm ci