diff --git a/.github/workflows/_releaser_nightly_build.yml b/.github/workflows/_releaser_nightly_build.yml index 9299feb9575..df9350b4696 100644 --- a/.github/workflows/_releaser_nightly_build.yml +++ b/.github/workflows/_releaser_nightly_build.yml @@ -8,8 +8,8 @@ on: outputs: commit_sha: description: | - The commit sha of the nightly release branch / tags that was created. - value: ${{ jobs.nightly-build.outputs.commit_sha}} + The commit sha of the nightly release branch/tag. + value: ${{ jobs.nightly-build.outputs.commit_sha }} version_full: description: | The full version of the nightly release that was created.