Skip to content

Commit

Permalink
fix package name overlap
Browse files Browse the repository at this point in the history
  • Loading branch information
Mucky committed Feb 3, 2024
1 parent acc6122 commit 9a88b38
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish-npm-packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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.",
Expand Down

0 comments on commit 9a88b38

Please sign in to comment.