Skip to content

Commit

Permalink
fix(ci): use newline in prep-release output
Browse files Browse the repository at this point in the history
Signed-off-by: vados <[email protected]>
  • Loading branch information
t3hmrman committed Dec 8, 2023
1 parent 077297d commit adc84f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/prep-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit adc84f8

Please sign in to comment.