From b6ba8f6025ef6261fb15de86d042c310e8ad7554 Mon Sep 17 00:00:00 2001 From: Anton Surin Date: Wed, 22 Apr 2026 18:07:40 +0700 Subject: [PATCH] Update publish-npm --- .github/workflows/npm-publish.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/npm-publish.yml b/.github/workflows/npm-publish.yml index 45daa2a..1d1700c 100644 --- a/.github/workflows/npm-publish.yml +++ b/.github/workflows/npm-publish.yml @@ -16,6 +16,7 @@ jobs: with: node-version: 20 registry-url: https://registry.npmjs.org/ + scope: '@cdek-it' - name: Run install run: npm ci @@ -24,6 +25,6 @@ jobs: run: npm run build-lib - name: Publish - run: npm publish + run: npm publish --access public env: NODE_AUTH_TOKEN: ${{secrets.npm_token}}