Skip to content

Commit

Permalink
fix: semantic release version result new line
Browse files Browse the repository at this point in the history
  • Loading branch information
StinkyBenji committed Nov 1, 2023
1 parent df600fc commit 64ec38d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .tekton/tasks/semantic-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,4 +60,4 @@ spec:
git checkout $(params.source-branch)
# run the semantic-release
npx semantic-release --no-ci --branches $(params.source-branch)
cat .VERSION | tee $(results.version.path)
echo -n "$(cat .VERSION)" | tee $(results.version.path)

0 comments on commit 64ec38d

Please sign in to comment.