commit | 2d56a3185d34f3c244d66eb916429bcb4e634984 | [log] [tgz] |
---|---|---|
author | Piotr P. Karwasz <piotr@github.copernik.eu> | Tue Dec 03 10:18:45 2024 +0100 |
committer | GitHub <noreply@github.com> | Tue Dec 03 10:18:45 2024 +0100 |
tree | e7a4439409a23e241312cb617e26cf048e78cae4 | |
parent | fe19ec3ab2d512c3c6185280d9fea3c606fa6b00 [diff] |
Export deployment data to calling workflow (#270) This adds two outputs to both the `deploy-release-reusable` and `deploy-snapshot-reusable` workflows: - `project-version`: contains the version of the deployed project. - `nexus-url`: contains the URL of the Nexus repository, where the artifacts were deployed. [It also fixes a small YAML syntax error, ignored by GitHub, but reported by IDEA]