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}}