Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Output release version to caller workflow
Some projects output both Scala and NPM libraries with a single release - for example, we need to support this in content-api-models: guardian/content-api-models#232 ...rather than try to teach gha-scala-library-release-workflow how to do NPM releases, it seems better to let the workflow do the Scala release, and then output the release version number so that it can be used by a subsequent custom 'npm release' stage of caller workflow. See also: https://docs.github.com/en/actions/using-workflows/reusing-workflows#using-outputs-from-a-reusable-workflow
- Loading branch information