Skip to content

Commit 872b212

Browse files
committed
GitHub Actions fixed for transfer to Org
Signed-off-by: NishkarshRaj <[email protected]>
1 parent e4c4c03 commit 872b212

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/release-npm.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
node-version: "20.x"
2020
registry-url: "https://npm.pkg.github.com"
2121
cache: "yarn"
22-
scope: "@nishkarshraj"
22+
scope: "@stormsinbrewing"
2323
- name: Publish Binary to GitHub Packages
2424
run: |
2525
yarn install

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
2-
"name": "@nishkarshraj/savvy-devsecops",
3-
"version": "1.1.2",
2+
"name": "@stormsinbrewing/savvy-devsecops",
3+
"version": "1.1.3",
44
"repository": {
55
"type": "git",
6-
"url": "https://github.com/NishkarshRaj/savvy-devsecops.git"
6+
"url": "https://github.com/stormsinbrewing/savvy-devsecops.git"
77
},
88
"private": false,
99
"license": "UNLICENSED",

0 commit comments

Comments
 (0)