Skip to content

Commit 0387af7

Browse files
authored
Merge pull request #2 from jrjohnson/fix-tag-action
Remove Format Step
2 parents 44f2dc5 + 76aa83b commit 0387af7

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)