Skip to content

Commit

Permalink
GitHub Actions fixed for transfer to Org
Browse files Browse the repository at this point in the history
Signed-off-by: NishkarshRaj <nishkarshraj000@gmail.com>
  • Loading branch information
NishkarshRaj committed Oct 16, 2023
1 parent e4c4c03 commit 872b212
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release-npm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 872b212

Please sign in to comment.