Skip to content

Commit 70f959b

Browse files
committed
💚 git issue
1 parent 2e816e9 commit 70f959b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: ‎.github/workflows/npm-publish.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
run: |
4040
npm --no-git-tag-version version ${{env.PACKAGE_VERSION}}
4141
git add .
42-
git commit ${{env.PACKAGE_VERSION}}
42+
git commit -m ${{env.PACKAGE_VERSION}}
4343
- name: Bump version for workflow dispatch
4444
if: ${{ github.event_name == 'workflow_dispatch' }}
4545
run: npm version ${{env.PACKAGE_VERSION}}

0 commit comments

Comments
 (0)