We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e4c4c03 commit 872b212Copy full SHA for 872b212
.github/workflows/release-npm.yml
@@ -19,7 +19,7 @@ jobs:
19
node-version: "20.x"
20
registry-url: "https://npm.pkg.github.com"
21
cache: "yarn"
22
- scope: "@nishkarshraj"
+ scope: "@stormsinbrewing"
23
- name: Publish Binary to GitHub Packages
24
run: |
25
yarn install
package.json
@@ -1,9 +1,9 @@
1
{
2
- "name": "@nishkarshraj/savvy-devsecops",
3
- "version": "1.1.2",
+ "name": "@stormsinbrewing/savvy-devsecops",
+ "version": "1.1.3",
4
"repository": {
5
"type": "git",
6
- "url": "https://github.com/NishkarshRaj/savvy-devsecops.git"
+ "url": "https://github.com/stormsinbrewing/savvy-devsecops.git"
7
},
8
"private": false,
9
"license": "UNLICENSED",
0 commit comments