also source bash env

This commit is contained in:
Oliver Gorwits
2018-01-15 22:22:29 +00:00
parent 1c1f00ef9b
commit 3e2b2b30ae

View File

@@ -10,7 +10,7 @@ jobs:
- run:
name: Call GitHub Releases API
command: |
if [ ! -z "$TAG" ]; then
. $BASH_ENV && if [ ! -z "$TAG" ]; then
for url in $(echo $RELEASE_INJECTION | sed "s/,/ /g"); do
curl -sL -X POST -H "Content-Type: application/json" \
-u "$ACCESS_TOKEN" \