Skip to content

Commit 811da41

Browse files
committed
version change
1 parent 75d21e4 commit 811da41

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/publish_web_component.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,6 @@ jobs:
4141
env:
4242
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
4343
run: |
44-
npm run build-web-component
44+
npm run build-web-component && npm pack ./web-component
4545
echo "//registry.npmjs.org/:_authToken=${NODE_AUTH_TOKEN}" > ~/.npmrc
46-
npm publish ./web-component --access public
46+
npm publish project-sunbird-sunbird-pdf-player-web-component-* --access public

web-component/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"name": "@jeraldj/sunbird-pdf-player-web-component",
3-
"version": "2.0.0",
2+
"name": "@project-sunbird/sunbird-pdf-player-web-component",
3+
"version": "2.0.1",
44
"description": "The web component package for the sunbird pdf player",
55
"main": "assets/pdf-player/sunbird-pdf-player.js",
66
"scripts": {

0 commit comments

Comments
 (0)