Skip to content

Commit 08b1d79

Browse files
committed
ci: fix missing closing double quote for the commit message.
1 parent ced0131 commit 08b1d79

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/publish-extension.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ jobs:
151151
}
152152
153153
# Create commit message
154-
COMMIT_MESSAGE="chore: version bump
154+
COMMIT_MESSAGE="chore: version bump"
155155
156156
git commit -m "$COMMIT_MESSAGE" || {
157157
echo "❌ Failed to commit changes"

0 commit comments

Comments
 (0)