Skip to content

Commit

Permalink
Fixing workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisleekr committed Jan 18, 2021
1 parent b2da642 commit df9c24e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ jobs:
git config --global user.email "$GIT_CI_EMAIL"
git config --global user.name "$GIT_CI_NAME"
npm version patch -m "Update version to %s [skip ci]"
git status
git push https://$GIT_CI_USERNAME:$GIT_CI_PASSWORD@$GIT_REPO_DOMAIN/chrisleekr/binance-trading-bot.git HEAD:$GITHUB_REF
- name: Build/Push production docker image
if: github.repository == 'chrisleekr/binance-trading-bot' && github.ref == 'refs/heads/master'
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit df9c24e

Please sign in to comment.