monaca-cli icon indicating copy to clipboard operation
monaca-cli copied to clipboard

chore: Added GitHub Actions for npm publish

Open as-hirose opened this issue 2 years ago • 0 comments

When merged/pushed to master branch

  • Get version from package.json
  • If version does not exist in GitHub tags
    • Tag it
    • Run npm publish

When tagged as -beta.*

  • Run npm publish --beta
  • submodules are recursively installed by adding the submodules: 'recursive' option.

as-hirose avatar Feb 05 '24 10:02 as-hirose