Skip to content

Commit

Permalink
chore: format .release-please-manifest.json with Prettier (#57)
Browse files Browse the repository at this point in the history
  • Loading branch information
tobiasdiez committed Mar 21, 2024
1 parent 4d26ce4 commit 55c6454
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,12 +35,12 @@ jobs:
- name: Format CHANGELOG.md
if: ${{ steps.release.outputs.pr }}
run: npx prettier --write CHANGELOG.md
run: npx prettier --write CHANGELOG.md .release-please-manifest.json

- name: Commit
if: ${{ steps.release.outputs.pr }}
run: |
git add CHANGELOG.md
git add CHANGELOG.md .release-please-manifest.json
git commit -m 'chore: Format CHANGELOG.md with Prettier' --no-verify
- name: Push changes
Expand Down
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{}
{ ".": "1.1.6" }

0 comments on commit 55c6454

Please sign in to comment.