Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions .github/workflows/tag.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,10 @@ jobs:
working-directory: tools/syn2mas
run: npm version "${{ inputs.version }}" --no-git-tag-version

- name: Re-format package.json with biome
working-directory: tools/syn2mas
run: npx biome format --write package.json

- name: Commit and tag using the GitHub API
uses: actions/[email protected]
id: commit
Expand Down
Loading