We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents cdd5dae + 8242a3b commit eae2340Copy full SHA for eae2340
1 file changed
.github/workflows/publish-package.yml
@@ -25,8 +25,8 @@ jobs:
25
26
- name: Bump package version
27
run: |
28
- git config --global user.name="GitHub"
29
- git config --global user.email="<noreply@github.com>"
+ git config --global user.name "GitHub"
+ git config --global user.email "<noreply@github.com>"
30
RELEASE=${{ github.event.release.name}}
31
NEXT_VERSION=${RELEASE} node ./scripts/tasks/bump-version.js
32
git add package.json
0 commit comments