Skip to content

Commit 689950a

Browse files
committed
Set changelog in quotes
1 parent 9ed770f commit 689950a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ jobs:
130130
131131
# Generate the changelog
132132
# TODO: Maybe detect if major version change, then make it urgent
133-
dch --create -v ${VERSION}-1 -u low --package gitmastery $CHANGELOG_MESSAGE
133+
dch --create -v ${VERSION}-1 -u low --package gitmastery "$CHANGELOG_MESSAGE"
134134
135135
# Create the control file
136136
# TODO: Maybe detect if major version change, then make it mandatory

0 commit comments

Comments
 (0)