Skip to content

Commit

Permalink
fix error when doing git push.
Browse files Browse the repository at this point in the history
  • Loading branch information
viirya committed Apr 8, 2021
1 parent f7ac0db commit 4613672
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dev/create-release/do-release.sh
Expand Up @@ -81,6 +81,7 @@ fi

if should_build "tag" && [ $SKIP_TAG = 0 ]; then
# Push the tag after success
cd spark
git push origin "$RELEASE_TAG"
git push origin "HEAD:$GIT_BRANCH"
fi

0 comments on commit 4613672

Please sign in to comment.