also source bash env
This commit is contained in:
@@ -10,7 +10,7 @@ jobs:
|
|||||||
- run:
|
- run:
|
||||||
name: Call GitHub Releases API
|
name: Call GitHub Releases API
|
||||||
command: |
|
command: |
|
||||||
if [ ! -z "$TAG" ]; then
|
. $BASH_ENV && if [ ! -z "$TAG" ]; then
|
||||||
for url in $(echo $RELEASE_INJECTION | sed "s/,/ /g"); do
|
for url in $(echo $RELEASE_INJECTION | sed "s/,/ /g"); do
|
||||||
curl -sL -X POST -H "Content-Type: application/json" \
|
curl -sL -X POST -H "Content-Type: application/json" \
|
||||||
-u "$ACCESS_TOKEN" \
|
-u "$ACCESS_TOKEN" \
|
||||||
|
|||||||
Reference in New Issue
Block a user