feat(release): release npm package after docker
pshenmic opened this issue · 0 comments
pshenmic commented
Expected Behavior
Dashmate (and possibly other) is dependent on successful platform release, and should happen after successful build of our packages
Current Behavior
If one of the packages fails to build and push to docker, dashmate package still will be released
Possible Solution
Change the order in the Github Actions, so releasing npm packages happens after releasing docker images is done