diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 2cfb6e4c..28a51ffe 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -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' diff --git a/package-lock.json b/package-lock.json index d3d9e57f..43af5035 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "binance-trading-bot", - "version": "0.0.15", + "version": "0.0.10", "lockfileVersion": 1, "requires": true, "dependencies": {