chore: introduce FORCE_RELEASE
This commit is contained in:
parent
1d737e40d2
commit
1cfd107aaf
@ -1,5 +1,7 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
[[ -n "${FORCE_RELEASE}" ]] && exit 0
|
||||
|
||||
set -e
|
||||
|
||||
if [ -n "$(git status --porcelain)" ]; then
|
||||
|
||||
Loading…
Reference in New Issue
Block a user