Skip to content
Snippets Groups Projects
Unverified Commit 861a8052 authored by Yassine Doghri's avatar Yassine Doghri
Browse files

ci: remove git hooks folder before release command

parent b4012b7d
No related branches found
No related tags found
No related merge requests found
......@@ -71,6 +71,9 @@ release_app:
# IMPORTANT: delete local git tags before release to prevent eventual script failure (ie. tag already exists)
- git tag | xargs git tag -d
# IMPORTANT: no need to run git hooks, just remove them
- rm -rf ./.git/hooks
# run semantic-release script (configured in `.releaserc.json` file)
- npm run release
only:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment