Skip to content

Commit d4b00b7

Browse files
authored
Update publish.yml
1 parent 378e286 commit d4b00b7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/publish.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,9 @@ jobs:
4040
PATCH=$((PATCH+1));
4141
fi;
4242
echo "<?php
43-
const MAJOR = "$MAJOR";
44-
const MINOR = "$MINOR";
45-
const PATCH = "$PATCH";
43+
const MAJOR = \"$MAJOR\";
44+
const MINOR = \"$MINOR\";
45+
const PATCH = \"$PATCH\";
4646
" >> $VERSION_FILE.tmp
4747
mv $VERSION_FILE.tmp $VERSION_FILE;
4848
git add $VERSION_FILE;

0 commit comments

Comments
 (0)