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 57ad1fd commit c8e4a6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
pwd # Print the current directory
npm pack
echo "-----------------------------------Package is packed---------------------------------------------"
npm publish tekdi-sunbird-quml-player-* --tag=beta
npm publish tekdi-sunbird-quml-player-* --tag=beta --access public
env:
NODE_AUTH_TOKEN: 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

Expand Down

0 comments on commit c8e4a6d

Please sign in to comment.