diff --git a/.github/workflows/publish-npm-packages.yml b/.github/workflows/publish-npm-packages.yml index 907c0a8..9f971ae 100644 --- a/.github/workflows/publish-npm-packages.yml +++ b/.github/workflows/publish-npm-packages.yml @@ -13,6 +13,6 @@ jobs: node-version: '20.x' registry-url: 'https://registry.npmjs.org' - run: npm ci - - run: npm publish + - run: npm publish --access public env: NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }} \ No newline at end of file diff --git a/package.json b/package.json index b0a73f7..0c5258b 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "name": "catena", + "name": "@sonic-tech/catena", "version": "0.1.0", "type": "module", "description": "A lightweight and extensible library for building robust Node.js APIs, fast.",