Skip to content

Commit

Permalink
Forgot quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
ockham committed Feb 12, 2021
1 parent 159758d commit 3853188
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-plugin-zip.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
- name: Commit the version bump
if: startsWith(github.event.inputs.version, 'v')
run: |
git config user.name Gutenberg Repository Automation
git config user.name "Gutenberg Repository Automation"
git config user.email [email protected]
git add gutenberg.php package.json package-lock.json
git commit -m "Bump plugin version to $VERSION"
Expand Down

0 comments on commit 3853188

Please sign in to comment.