Skip to content

Commit

Permalink
Issue #224544 feat: Enable GitHub Actions to publish NPM package
Browse files Browse the repository at this point in the history
  • Loading branch information
rajnishdargan committed Aug 9, 2024
1 parent 44a0cda commit b0142e9
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/publish-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,9 @@ jobs:
cd dist/quml-library
pwd # Print the current directory
ls -la # List the contents to ensure the package is present
npm pack
# npm pack
echo "-----------------------------------Package is packed---------------------------------------------"
npm publish tekdi-sunbird-quml-player-*.tgz --tag=beta --access public
# npm publish tekdi-sunbird-quml-player-*.tgz --tag=beta --access public
npm publish --tag=beta --access public
# env:
# NODE_AUTH_TOKEN: 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

0 comments on commit b0142e9

Please sign in to comment.