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 dbb73af commit 793191d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .release-it.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@ hooks:
- rm -f zips/tinder-autopilot-v*.zip
- bash chrome/bump-version.sh ${version}
- yarn build
- cd zips/ && bestzip tinder-autopilot-v${version}.zip * && 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 793191d

Please sign in to comment.