We now have 2 separate actions in 2 separate repos:
Update cBioPortal Frontend Package Version lives in the cbioportal-publisher repo and pushes the new versions to the cbioportal-frontend repo whenever there is a change in one or more of the packages.
cBioPortal Frontend Module Publish lives in the cbioportal-frontend repo and runs right after Update cBioPortal Frontend Package Version pushes changes to the cbioportal-frontend master branch.
Investigate if it is possible to merge these two actions in the cbioportal-frontend repo, so that updating package versions (and pushing them to the master branch) and publishing them to npm happens within a single action whenever there is a change. This way we can retire the action in the cbioportal-publisher repo.
We now have 2 separate actions in 2 separate repos:
Update cBioPortal Frontend Package Version lives in the cbioportal-publisher repo and pushes the new versions to the cbioportal-frontend repo whenever there is a change in one or more of the packages.
cBioPortal Frontend Module Publish lives in the cbioportal-frontend repo and runs right after Update cBioPortal Frontend Package Version pushes changes to the cbioportal-frontend master branch.
Investigate if it is possible to merge these two actions in the cbioportal-frontend repo, so that updating package versions (and pushing them to the master branch) and publishing them to npm happens within a single action whenever there is a change. This way we can retire the action in the cbioportal-publisher repo.