Skip to content

Commit

Permalink
fix: remove space in export
Browse files Browse the repository at this point in the history
  • Loading branch information
bcoe committed May 15, 2019
1 parent c3e54c7 commit 0c487b8
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

export 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 0c487b8

Please sign in to comment.