We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b9714b9 commit 4a25ff6Copy full SHA for 4a25ff6
.github/workflows/tag.yaml
@@ -46,6 +46,10 @@ jobs:
46
working-directory: tools/syn2mas
47
run: npm version "${{ inputs.version }}" --no-git-tag-version
48
49
+ - name: Re-format package.json with biome
50
+ working-directory: tools/syn2mas
51
+ run: npx biome format --write package.json
52
+
53
- name: Commit and tag using the GitHub API
54
uses: actions/[email protected]
55
id: commit
0 commit comments