diff --git a/.github/workflows/prep-release.yaml b/.github/workflows/prep-release.yaml index 4a2166e..3f4cea6 100644 --- a/.github/workflows/prep-release.yaml +++ b/.github/workflows/prep-release.yaml @@ -33,7 +33,7 @@ jobs: env: VERSION: ${{inputs.version}} run: | - echo value=$(just print-version) >> GITHUB_OUTPUT + echo "value=$(just print-version)\n" >> GITHUB_OUTPUT # TODO: We should update the CHANGELOG to the new version