diff --git a/.github/workflows/release-gpr.yml b/.github/workflows/release-gpr.yml index 32d3ca0..0b8f541 100644 --- a/.github/workflows/release-gpr.yml +++ b/.github/workflows/release-gpr.yml @@ -20,7 +20,7 @@ jobs: with: node-version: 22 registry-url: 'https://npm.pkg.github.com' - scope: '@pyush' + scope: '@Pyush' - name: Install dependencies run: npm ci diff --git a/package.json b/package.json index 05fc150..6a9f3c9 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "name": "@iampyus/cipherlock", + "name": "@Pyush/cipherlock", "version": "1.0.1", "description": "Secure local secret-management architecture for NestJS apps with Unix Sockets, Windows Named Pipes, and TPM 2.0 / Apple Secure Enclave binding.", "author": "CipherLock Team",