We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 75d21e4 commit 811da41Copy full SHA for 811da41
2 files changed
.github/workflows/publish_web_component.yml
@@ -41,6 +41,6 @@ jobs:
41
env:
42
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
43
run: |
44
- npm run build-web-component
+ npm run build-web-component && npm pack ./web-component
45
echo "//registry.npmjs.org/:_authToken=${NODE_AUTH_TOKEN}" > ~/.npmrc
46
- npm publish ./web-component --access public
+ npm publish project-sunbird-sunbird-pdf-player-web-component-* --access public
web-component/package.json
@@ -1,6 +1,6 @@
1
{
2
- "name": "@jeraldj/sunbird-pdf-player-web-component",
3
- "version": "2.0.0",
+ "name": "@project-sunbird/sunbird-pdf-player-web-component",
+ "version": "2.0.1",
4
"description": "The web component package for the sunbird pdf player",
5
"main": "assets/pdf-player/sunbird-pdf-player.js",
6
"scripts": {
0 commit comments