Commit 1da254f0 authored by Dominik Charousset's avatar Dominik Charousset

Fix environment variable name for Homebrew

parent 9cb3dde6
...@@ -176,7 +176,7 @@ curl --data '$github_json' https://api.github.com/repos/actor-framework/actor-fr ...@@ -176,7 +176,7 @@ curl --data '$github_json' https://api.github.com/repos/actor-framework/actor-fr
if which brew &>/dev/null ; then if which brew &>/dev/null ; then
file_url="https://github.com/actor-framework/actor-framework/archive/$tag_version.tar.gz" file_url="https://github.com/actor-framework/actor-framework/archive/$tag_version.tar.gz"
echo "\ echo "\
export HOMEBREW_GITHUB_TOKEN=\$(cat "$token_path") export HOMEBREW_GITHUB_API_TOKEN=\$(cat "$token_path")
brew bump-formula-pr --message=\"Update CAF to version $tag_version\" --url=\"$file_url\" caf brew bump-formula-pr --message=\"Update CAF to version $tag_version\" --url=\"$file_url\" caf
" >> .make-release-steps.bash " >> .make-release-steps.bash
fi fi
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment