changes on fix to .circleci/config.yml,
This commit is contained in:
parent
b617e98b00
commit
fb16fadc06
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ jobs:
|
||||||
else
|
else
|
||||||
echo 'export GIT_PUSH=false' >> $BASH_ENV
|
echo 'export GIT_PUSH=false' >> $BASH_ENV
|
||||||
fi
|
fi
|
||||||
- run: sh ./scripts/publish.sh
|
- run: bash ./scripts/publish.sh
|
||||||
workflows:
|
workflows:
|
||||||
version: 2
|
version: 2
|
||||||
workflow:
|
workflow:
|
||||||
|
|
Loading…
Reference in a new issue