Skip to content

Commit

Permalink
fix: export COMMAND variable
Browse files Browse the repository at this point in the history
  • Loading branch information
bcoe committed May 15, 2019
1 parent df046b4 commit c3e54c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/action/release-please/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

set -e

COMMAND = ${RELEASE_PLEASE_COMMAND:-candidate-issue}
export COMMAND = ${RELEASE_PLEASE_COMMAND:-candidate-issue}

release-please $COMMAND --token=$GITHUB_TOKEN \
--repo-url="git@github.com:$GITHUB_REPOSITORY.git" \
Expand Down

0 comments on commit c3e54c7

Please sign in to comment.