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.
2 parents 944e9ad + c27d46e commit 25f1eaaCopy full SHA for 25f1eaa
.github/workflows/increment-package-version.yaml
@@ -44,9 +44,9 @@ jobs:
44
- name: commit
45
run: |
46
git add .
47
- git commit -m "v${{steps.npm-version.outputs.version}}"
+ git commit -m "${{steps.npm-version.outputs.version}}"
48
49
- name: Create Pull Request
50
uses: peter-evans/create-pull-request@5ac05dbaf3e4c655ed87f1cbba980b9e5c490504
51
with:
52
- title: npm version -> v${{steps.npm-version.outputs.version}}
+ title: npm version -> ${{steps.npm-version.outputs.version}}
0 commit comments