Skip to content

Commit 76aa83b

Browse files
committed
Remove Format Step
This was copypasta from elsewhere, we probably don't need it here.
1 parent 44f2dc5 commit 76aa83b

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

.github/workflows/tag_version.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,6 @@ jobs:
3434
- name: Increment Package Versions
3535
run: |
3636
pnpx versionup --level ${{ github.event.inputs.releaseType }}
37-
- name: Format Package JSON
38-
run: pnpm format
3937
- run: |
4038
NEW_TAG=`node -p "require('./package.json').version"`
4139
echo ${NEW_TAG}

0 commit comments

Comments
 (0)