Skip to content

Commit 8242a3b

Browse files
committed
ci(gh-actions): fix invalid arguments
1 parent e7962b3 commit 8242a3b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/publish-package.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ jobs:
2525
2626
- name: Bump package version
2727
run: |
28-
git config --global user.name="GitHub"
29-
git config --global user.email="<noreply@github.com>"
28+
git config --global user.name "GitHub"
29+
git config --global user.email "<noreply@github.com>"
3030
RELEASE=${{ github.event.release.name}}
3131
NEXT_VERSION=${RELEASE} node ./scripts/tasks/bump-version.js
3232
git add package.json

0 commit comments

Comments
 (0)