Skip to content

Commit 768ec69

Browse files
authored
fix: add linebreaks to action script (#25)
1 parent 034f8dc commit 768ec69

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,8 @@ runs:
5353
version=$(swift run --skip-build Run increment \
5454
--repository $GITHUB_REPOSITORY \
5555
--sha $GITHUB_SHA \
56-
--token ${{inputs.GITHUB_TOKEN}}
57-
--tag-only ${{inputs.TAG_ONLY}}
56+
--token ${{inputs.GITHUB_TOKEN}} \
57+
--tag-only ${{inputs.TAG_ONLY}} \
5858
)
5959
6060
echo "version=$version" >> $GITHUB_OUTPUT

0 commit comments

Comments
 (0)