Skip to content

Commit

Permalink
Updated config.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristopherAbram committed Mar 15, 2021
1 parent e283a7f commit 428f9dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -415,7 +415,7 @@ jobs:
git checkout ${CIRCLE_BRANCH}
git pull origin ${CIRCLE_BRANCH}
echo ${SMARTPEAK_GITHUB_TOKEN} | gh auth login --with-token
gh pr create --title "Release v${VERSION}" --body "" --base develop
gh pr create --title "Release v${VERSION}" --body " " --base develop --head ${CIRCLE_BRANCH} --repo AutoFlowResearch/SmartPeak
- run:
name: "Publish release to github"
command: |
Expand Down

0 comments on commit 428f9dd

Please sign in to comment.