Skip to content

Commit 87ac240

Browse files
committed
chore: Ensure description quoted when creating new version with clasp
1 parent df653f4 commit 87ac240

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-please.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,4 @@ jobs:
3030
run: |
3131
cd src
3232
npx @google/clasp push
33-
MESSAGE=$(git log -1 --pretty=%B) npx @google/clasp version ${MESSAGE}
33+
MESSAGE=$(git log -1 --pretty=%B) npx @google/clasp version "${MESSAGE}"

0 commit comments

Comments
 (0)