diff --git a/.github/workflows/publish-package.yml b/.github/workflows/publish-package.yml index 8f066ac2..567e4b70 100644 --- a/.github/workflows/publish-package.yml +++ b/.github/workflows/publish-package.yml @@ -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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