From 9a88b38348d88768a9ccb2703573f5f9c9684784 Mon Sep 17 00:00:00 2001 From: Magnus Langanke Date: Sat, 3 Feb 2024 17:51:30 +0100 Subject: [PATCH] fix package name overlap --- .github/workflows/publish-npm-packages.yml | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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.",