Skip to content

Commit 4a25ff6

Browse files
committed
Release CI: Reformat package.json after modifying it
1 parent b9714b9 commit 4a25ff6

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/tag.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,10 @@ jobs:
4646
working-directory: tools/syn2mas
4747
run: npm version "${{ inputs.version }}" --no-git-tag-version
4848

49+
- name: Re-format package.json with biome
50+
working-directory: tools/syn2mas
51+
run: npx biome format --write package.json
52+
4953
- name: Commit and tag using the GitHub API
5054
uses: actions/[email protected]
5155
id: commit

0 commit comments

Comments
 (0)