Skip to content

Commit c9d300d

Browse files
authored
chore: fix formatting of release-please-manifest in release workflow (#100)
1 parent 7171731 commit c9d300d

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
@@ -35,7 +35,7 @@ jobs:
3535
3636
- name: Format CHANGELOG.md
3737
if: ${{ steps.release.outputs.pr }}
38-
run: npx prettier --write CHANGELOG.md
38+
run: npx prettier --write CHANGELOG.md .release-please-manifest.json
3939

4040
- name: Commit
4141
if: ${{ steps.release.outputs.pr }}

0 commit comments

Comments
 (0)