Skip to content

Commit 75e81e1

Browse files
authored
[release] v0.10.1 with fixed pipeline (#836)
1 parent ef65252 commit 75e81e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/prep-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ jobs:
141141
git add CHANGELOG.md
142142
git add package.json
143143
git add package-lock.json
144-
git commit -m "release: updated package to ${{ steps.bump.outputs.version }} [skip ci]"
144+
git commit -m "[release] ${{ steps.bump.outputs.version }}"
145145
146146
- name: Push changes
147147
run: |

0 commit comments

Comments
 (0)