We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0abd419 commit 4355851Copy full SHA for 4355851
1 file changed
.github/workflows/publish_web_component.yml
@@ -24,7 +24,8 @@ jobs:
24
env:
25
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
26
run: |
27
- npm run build-web-component && npm pack ./web-component
+ npm run build-web-component
28
+ npm pack ./web-component
29
echo "//registry.npmjs.org/:_authToken=${NODE_AUTH_TOKEN}" > ~/.npmrc
30
npm publish project-sunbird-sunbird-video-player-web-component-* --access public
31
0 commit comments