Skip to content

Commit

Permalink
Removing lint fix from version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
HughParry committed Aug 14, 2024
1 parent 1c86647 commit cd33a71
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/bump_version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,9 +73,6 @@ jobs:
# replace the version in all package.json files
xargs -I % sh -c "cat % | jq '.version = \"${{ github.event.inputs.version }}\"' > %.new && mv %.new %" <<< "$pkgJsons"
# lint
npm run lint:fix
# set the author in git
git config user.name "prosoponator[bot]"
git config user.email "[email protected]"
Expand Down

0 comments on commit cd33a71

Please sign in to comment.