We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d628f86 commit b956eecCopy full SHA for b956eec
.github/workflows/npm-publish.yml
@@ -52,7 +52,7 @@ jobs:
52
- run: git config user.name "$(git log -n 1 --pretty=format:%an)"
53
- run: git config user.email "$(git log -n 1 --pretty=format:%ae)"
54
55
- - run: npm version ${{ github.event.inputs.release_type }} -m "%s ${{ github.event.inputs.description }}"
+ - run: npm version ${{ github.event.inputs.release_type }}
56
57
- run: echo "versionTag=`npm version ${{ github.event.inputs.release_type }} -m "%s ${{ github.event.inputs.description }}"`" >> $GITHUB_ENV
58
0 commit comments