mirror of
https://code.castopod.org/adaures/castopod
synced 2025-04-19 13:01:19 +00:00
ci: remove git hooks folder before release command
This commit is contained in:
parent
b4012b7d2e
commit
861a805299
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user