From 15846871fd8ee485169a2d7b0e18aedc6708e982 Mon Sep 17 00:00:00 2001 From: Ritesh Ghosh Date: Mon, 12 May 2025 00:21:07 +0530 Subject: [PATCH] ci: add extra formatting step --- .github/workflows/release.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 58ea28e..d61d37d 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -27,3 +27,6 @@ jobs: tag: ${{ steps.changelog.outputs.tag }} name: ${{ steps.changelog.outputs.tag }} body: ${{ steps.changelog.outputs.clean_changelog }} + + - name: Fix identation in package.json + run: npx prettier --write package.json \ No newline at end of file