Closed sleexyz closed 6 years ago
The publish-release job actually wasn't being triggered when approved on CircleCI. CircleCi requires you to create a separate "approval job" for triggers, and then declare the triggered job a dependant of the "approval job".
publish-release
When I merged #44 to master, I went ahead and triggered the approval step, but nothing happened:
https://circleci.com/workflow-run/6fa38f99-0a36-4374-8063-b5e67203b1c2
This PR should fix this.
The
publish-release
job actually wasn't being triggered when approved on CircleCI. CircleCi requires you to create a separate "approval job" for triggers, and then declare the triggered job a dependant of the "approval job".