We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df653f4 commit 87ac240Copy full SHA for 87ac240
.github/workflows/release-please.yml
@@ -30,4 +30,4 @@ jobs:
30
run: |
31
cd src
32
npx @google/clasp push
33
- MESSAGE=$(git log -1 --pretty=%B) npx @google/clasp version ${MESSAGE}
+ MESSAGE=$(git log -1 --pretty=%B) npx @google/clasp version "${MESSAGE}"
0 commit comments