Skip to content

Commit b956eec

Browse files
committed
remove -m
1 parent d628f86 commit b956eec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/npm-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
- run: git config user.name "$(git log -n 1 --pretty=format:%an)"
5353
- run: git config user.email "$(git log -n 1 --pretty=format:%ae)"
5454

55-
- run: npm version ${{ github.event.inputs.release_type }} -m "%s ${{ github.event.inputs.description }}"
55+
- run: npm version ${{ github.event.inputs.release_type }}
5656

5757
- run: echo "versionTag=`npm version ${{ github.event.inputs.release_type }} -m "%s ${{ github.event.inputs.description }}"`" >> $GITHUB_ENV
5858

0 commit comments

Comments
 (0)