Skip to content

Commit 782d917

Browse files
Updated release action
1 parent 7ffa0d1 commit 782d917

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,5 +82,5 @@
8282
npm version ${{ github.event.inputs.developmentVersion }} --no-git-tag-version
8383
git config --global user.name "${{ github.actor }}"
8484
git config --global user.email "${{ github.actor }}@users.noreply.github.com"
85-
git commit -m "Updated package.json to development version"
85+
git commit -a -m "Updated package.json to development version"
8686
git push

0 commit comments

Comments
 (0)