Skip to content

Commit 41c4882

Browse files
authored
chore: add .release-please-manifest.json to git add command in release workflow (#101)
1 parent c9d300d commit 41c4882

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
@@ -40,7 +40,7 @@ jobs:
4040
- name: Commit
4141
if: ${{ steps.release.outputs.pr }}
4242
run: |
43-
git add CHANGELOG.md
43+
git add CHANGELOG.md .release-please-manifest.json
4444
git commit -m 'chore: Format CHANGELOG.md with Prettier' --no-verify
4545
4646
- name: Push changes

0 commit comments

Comments
 (0)