Skip to content

Commit fa36592

Browse files
committed
Introduce GitHub package publishing
Signed-off-by: S m, Aruna <[email protected]>
1 parent 593969d commit fa36592

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/node.js.yml renamed to .github/workflows/build-publish.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,3 @@ jobs:
2525
- run: npm install -g @vscode/vsce
2626
- run: npm install
2727
- run: vsce package
28-
- run: vsce publish

package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -179,5 +179,8 @@
179179
},
180180
"dependencies": {
181181
"fabric-network": "^2.2.20"
182+
},
183+
"publish": {
184+
"registry": "https://npm.pkg.github.com"
182185
}
183186
}

0 commit comments

Comments
 (0)