Skip to content

Commit 2a7f4d4

Browse files
committed
#SS-I21: fix - angular upgrade to 19
1 parent ad8f711 commit 2a7f4d4

6 files changed

Lines changed: 11931 additions & 11342 deletions

File tree

.github/workflows/publish_module.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,5 +27,5 @@ jobs:
2727
npm run build-lib
2828
npm pack ./dist/sunbird-video-player
2929
echo "//registry.npmjs.org/:_authToken=${NODE_AUTH_TOKEN}" > ~/.npmrc
30-
npm publish jeraldj-sunbird-video-player-v9-* --access public
30+
npm publish project-sunbird-sunbird-video-player-v9-* --access public
3131

.github/workflows/publish_web_component.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,5 +27,5 @@ jobs:
2727
npm run build-web-component
2828
npm pack ./web-component
2929
echo "//registry.npmjs.org/:_authToken=${NODE_AUTH_TOKEN}" > ~/.npmrc
30-
npm publish jeraldj-sunbird-video-player-web-component-* --access public
30+
npm publish project-sunbird-sunbird-video-player-web-component-* --access public
3131

0 commit comments

Comments
 (0)