Skip to content

Commit 4be0748

Browse files
committed
workflows
1 parent f693bab commit 4be0748

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release-new-version.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
git config --local user.email "pouya.saadeghi@gmail.com"
5454
git config --local user.name "Pouya Saadeghi"
5555
cd packages/daisyui
56-
bunx commit-and-tag-version --infile ../../CHANGELOG.md ${{ inputs.release-type }}
56+
bunx commit-and-tag-version --commit-all --infile ../../CHANGELOG.md ${{ inputs.release-type }}
5757
5858
- name: Read package version from package.json
5959
id: package-version

0 commit comments

Comments
 (0)