Skip to content

Commit

Permalink
Fix: Prevent zip from being added to extension release
Browse files Browse the repository at this point in the history
  • Loading branch information
Geczy committed Dec 11, 2020
1 parent 793191d commit f5aeb3a
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .release-it.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,7 @@ hooks:
- rm -f zips/tinder-autopilot-v*.zip
- bash chrome/bump-version.sh ${version}
- yarn build
- cd dist/ && bestzip tinder-autopilot-v${version}.zip *
- mv tinder-autopilot-v* ../zips/
- cd ..
- cd dist/ && bestzip tinder-autopilot-v${version}.zip * && mv tinder-autopilot-v* ../zips/ && cd ..
after:release: rm zips/tinder-autopilot-v*.zip
git:
requireCleanWorkingDir: false
Expand Down

0 comments on commit f5aeb3a

Please sign in to comment.