Skip to content

Commit

Permalink
chore: release create: add some log lines
Browse files Browse the repository at this point in the history
  • Loading branch information
assafgi committed Nov 14, 2023
1 parent 352d924 commit d8218de
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scripts/create_release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,11 @@ fi

docker build -t github-token . -f scripts/python.Dockerfile
eval "$(docker run -e "DEPLOY_APP_ID=$DEPLOY_APP_ID" -e "DEPLOY_APP_PRIVATE_KEY=$DEPLOY_APP_PRIVATE_KEY" github-token)"

echo "Fetched github token"
AUTH="Authorization: token $GITHUB_TOKEN"
dist_str=$(printf "%s\n" "${filenames_arr[@]}")
release_body="GA release\n$dist_str"
echo "Creating draft release $BUILD_VERSION with body: $release_body"
result=$(curl \
-X POST \
-H "$AUTH" \
Expand Down

0 comments on commit d8218de

Please sign in to comment.