From 872b212b0a87c1d43ade9cfeed49df3ff5f1e4e2 Mon Sep 17 00:00:00 2001 From: NishkarshRaj Date: Mon, 16 Oct 2023 13:00:06 +0530 Subject: [PATCH] GitHub Actions fixed for transfer to Org Signed-off-by: NishkarshRaj --- .github/workflows/release-npm.yml | 2 +- package.json | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/release-npm.yml b/.github/workflows/release-npm.yml index 2060c57..5ac7bc1 100644 --- a/.github/workflows/release-npm.yml +++ b/.github/workflows/release-npm.yml @@ -19,7 +19,7 @@ jobs: node-version: "20.x" registry-url: "https://npm.pkg.github.com" cache: "yarn" - scope: "@nishkarshraj" + scope: "@stormsinbrewing" - name: Publish Binary to GitHub Packages run: | yarn install diff --git a/package.json b/package.json index 6dd2f92..0d693c8 100644 --- a/package.json +++ b/package.json @@ -1,9 +1,9 @@ { - "name": "@nishkarshraj/savvy-devsecops", - "version": "1.1.2", + "name": "@stormsinbrewing/savvy-devsecops", + "version": "1.1.3", "repository": { "type": "git", - "url": "https://github.com/NishkarshRaj/savvy-devsecops.git" + "url": "https://github.com/stormsinbrewing/savvy-devsecops.git" }, "private": false, "license": "UNLICENSED",